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 7545d51 commit bcb324fCopy full SHA for bcb324f
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