Aw5739 Update to Angular v15

This commit is contained in:
2023-12-29 12:30:35 +01:00
parent bdd3d7fe4d
commit 18381975ef
44 changed files with 7575 additions and 2756 deletions

View File

@@ -7,16 +7,10 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';
declare const require: any;
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);
);