Update to angular 13

This commit is contained in:
Willem Dantuma
2022-08-19 20:39:00 +02:00
parent 2f165b4b48
commit 897ac3dab5
11 changed files with 4908 additions and 7575 deletions

View File

@@ -18,7 +18,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$/);