Aw5739 update to Angular v15

This commit is contained in:
2023-12-27 16:23:26 +01:00
parent 27bf09531b
commit 60e779db53
11 changed files with 8942 additions and 3610 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);
);