Update to Angular 13

This commit is contained in:
Yannic Schroeder
2022-02-17 00:16:57 +01:00
parent 03ad3cab46
commit 73f1bcc9ef
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$/);