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 4afd815 commit 1f21582Copy full SHA for 1f21582
addon/ng2/blueprints/ng2/files/karma-test-shim.js
@@ -37,9 +37,9 @@ System.import('angular2/src/core/dom/browser_adapter').then(function(browser_ada
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) {
44
return /\.spec\.js$/.test(path);
45
-}
+}
0 commit comments