Skip to content

Commit

Permalink
feat: update to angular 15
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimgamero committed Jan 4, 2023
1 parent deba90e commit cafb3de
Show file tree
Hide file tree
Showing 6 changed files with 3,458 additions and 3,931 deletions.
6 changes: 0 additions & 6 deletions examples/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';

declare const require: any;

// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);
Loading

0 comments on commit cafb3de

Please sign in to comment.