Angular 13 upgrade

This commit is contained in:
Denys Vuika
2022-03-01 15:45:25 +00:00
committed by eromano
parent 20be6f3af7
commit 548e5c4fae
53 changed files with 1914 additions and 3454 deletions

View File

@@ -28,7 +28,9 @@ declare const require: any;
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting()
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.