Skip to content

Commit

Permalink
docs: replaced the map with the forEach (#27244)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5c3cbb6)
  • Loading branch information
alkavats1 authored and crisbeto committed Jun 6, 2023
1 parent c19bd4c commit 2c660bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/harness-e2e-cli/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDyn
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);
context.keys().forEach(context);

0 comments on commit 2c660bb

Please sign in to comment.