Skip to content

Commit

Permalink
chore: replaced map with forEach (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashwatPS committed Oct 4, 2023
1 parent 62f5cd8 commit ef7a590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/angular/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ getTestBed().initTestEnvironment(
// 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 ef7a590

Please sign in to comment.