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 6a85c29 commit 5c3cbb6Copy full SHA for 5c3cbb6
integration/harness-e2e-cli/src/test.ts
@@ -24,4 +24,4 @@ getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDyn
24
// Then we find all the tests.
25
const context = require.context('./', true, /\.spec\.ts$/);
26
// And load the modules.
27
-context.keys().map(context);
+context.keys().forEach(context);
0 commit comments