mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fix karma config for document list
This commit is contained in:
parent
3e28b35257
commit
b69c30192e
@ -37,6 +37,11 @@ module.exports = function (config) {
|
||||
'/src/': '/base/src/'
|
||||
},
|
||||
|
||||
// list of files to exclude
|
||||
exclude: [
|
||||
'node_modules/**/*spec.js'
|
||||
],
|
||||
|
||||
port: 9876,
|
||||
|
||||
// level of logging
|
||||
|
Loading…
x
Reference in New Issue
Block a user