Upgrading frontend to Angular 13

This commit is contained in:
softsimon
2021-12-08 20:24:33 +04:00
parent 7c89dde5d4
commit ed9b46bae0
7 changed files with 3683 additions and 8760 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$/);