Skip to content

Commit 76d36b2

Browse files
author
Raphael Balet
committed
core - angular : v14.3.0 to v15.2.9
1 parent 845d8b7 commit 76d36b2

File tree

5 files changed

+2449
-2557
lines changed

5 files changed

+2449
-2557
lines changed

angular-code-input/src/test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,8 @@ import {
99
platformBrowserDynamicTesting
1010
} from '@angular/platform-browser-dynamic/testing';
1111

12-
declare const require: any;
13-
1412
// First, initialize the Angular testing environment.
1513
getTestBed().initTestEnvironment(
1614
BrowserDynamicTestingModule,
1715
platformBrowserDynamicTesting()
1816
);
19-
// Then we find all the tests.
20-
const context = require.context('./', true, /\.spec\.ts$/);
21-
// And load the modules.
22-
context.keys().map(context);

angular-code-input/tsconfig.lib.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/lib",
5-
"target": "es2015",
65
"module": "es2015",
76
"moduleResolution": "node",
87
"declaration": true,

0 commit comments

Comments
 (0)