Update to Angular 13

This commit is contained in:
Yannic Schroeder 2022-02-17 00:16:57 +01:00
parent d25604da81
commit 1d4b5e243c
15 changed files with 3125 additions and 10626 deletions

View file

@ -17,7 +17,9 @@ declare const require: {
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting()
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);