We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac2a51 commit 4889762Copy full SHA for 4889762
packages/angular-cli/blueprints/ng2/files/__path__/test.ts
@@ -25,7 +25,7 @@ getTestBed().initTestEnvironment(
25
platformBrowserDynamicTesting()
26
);
27
// Then we find all the tests.
28
-let context = require.context('./', true, /\.spec\.ts/);
+let context = require.context('./', true, /\.spec\.ts$/);
29
// And load the modules.
30
context.keys().map(context);
31
// Finally, start Karma to run the tests.
0 commit comments