front unit test from invoiceOut now included in the index file
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
e34cb8ce84
commit
7595905c5e
|
@ -24,5 +24,5 @@ window.ngModule = function(moduleName) {
|
|||
let testsContext = require.context('./', true, /\.spec\.js$/);
|
||||
testsContext.keys().forEach(testsContext);
|
||||
|
||||
let modulesContext = require.context('../modules/', true, /^\.\/[a-z0-9]+\/front\/.+\.spec\.js$/);
|
||||
let modulesContext = require.context('../modules/', true, /^\.\/[a-zA-Z0-9-]+\/front\/.+\.spec\.js$/);
|
||||
modulesContext.keys().forEach(modulesContext);
|
||||
|
|
Loading…
Reference in New Issue