ng update 15

This commit is contained in:
2023-11-02 21:23:29 +01:00
parent 551bed9a77
commit c19e115b43
25 changed files with 12542 additions and 8417 deletions

View File

@@ -5,11 +5,6 @@ import {getTestBed} from '@angular/core/testing';
import {BrowserDynamicTestingModule, platformBrowserDynamicTesting} from '@angular/platform-browser-dynamic/testing';
type req = {keys: () => {map: (context: req) => void}};
declare const require: {context: (a: string, b: boolean, c: RegExp) => req};
// 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);