Skip to content

Commit 1053d8e

Browse files
committed
fix(test): add support to deep directory structure
1 parent b985a73 commit 1053d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/ng2/blueprints/ng2/files/karma-test-shim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ System.import('angular2/src/core/dom/browser_adapter').then(function(browser_ada
3737
});
3838

3939
function onlyAppFiles(filePath) {
40-
return /^\/base\/dist\/app\/(?!spec)([a-z0-9-_]+)\.js$/.test(filePath);
40+
return /^\/base\/dist\/app\/(?!spec)([a-z0-9-_\/]+)\.js$/.test(filePath);
4141
}
4242

4343
function onlySpecFiles(path) {

0 commit comments

Comments
 (0)