87968: Automatic upgrade to Angular 13

This commit is contained in:
Yura Bondarenko
2022-03-11 13:30:27 +01:00
parent 47c8ca7342
commit 1b460fe1d3
13 changed files with 1436 additions and 344 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$/);