Skip to content

Commit

Permalink
Update to Angular 16. Remove E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
bassages committed Jun 25, 2023
1 parent e0a5dac commit 89be5bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ getTestBed().initTestEnvironment(
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);

0 comments on commit 89be5bf

Please sign in to comment.