misc/ Upgrade to Angular 13.0.0

This commit is contained in:
Maxime GRIS
2021-11-17 15:46:54 +01:00
parent 7a4f527241
commit 99e9f35b37
6 changed files with 1325 additions and 3935 deletions

View File

@@ -12,7 +12,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.
const context = require.context('./', true, /\.spec\.ts$/);