8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7076479 commit 2c6ba3cCopy full SHA for 2c6ba3c
addon/ng2/blueprints/ng2/files/karma-test-shim.js
@@ -37,7 +37,7 @@ System.import('angular2/platform/browser').then(function(browser_adapter) {
37
});
38
39
function onlyAppFiles(filePath) {
40
- return /^\/base\/dist\/app\/(?!spec)([a-z0-9-_]+)\.js$/.test(filePath);
+ return /^\/base\/dist\/app\/(?!spec)([a-z0-9-_\/]+)\.js$/.test(filePath);
41
}
42
43
function onlySpecFiles(path) {
0 commit comments