Skip to content

Commit

Permalink
docs: replaced the map with the forEach (angular#27244)
Browse files Browse the repository at this point in the history
  • Loading branch information
alkavats1 authored Jun 6, 2023
1 parent 6a85c29 commit 5c3cbb6
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 5c3cbb6

Please sign in to comment.