Update to angular 15

This commit is contained in:
Lorenzo Iovino 2024-01-09 23:37:57 +01:00
parent fe8d500c52
commit 02909d4da7
4 changed files with 1998 additions and 1641 deletions

View file

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