File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "zone.js" : " ~0.11.4"
2424 },
2525 "devDependencies" : {
26- "@angular-devkit/build-angular" : " ^15.0.0-next.1 " ,
27- "@angular/cli" : " ~15.0.0-next.1 " ,
26+ "@angular-devkit/build-angular" : " ^15.0.0-next.2 " ,
27+ "@angular/cli" : " ~15.0.0-next.2 " ,
2828 "@angular/compiler-cli" : " ^15.0.0-next.0" ,
2929 "@types/jasmine" : " ~4.3.0" ,
3030 "jasmine-core" : " ~4.4.0" ,
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ declare const require: {
1515} ;
1616
1717// First, initialize the Angular testing environment.
18- getTestBed ( ) . initTestEnvironment (
19- BrowserDynamicTestingModule ,
20- platformBrowserDynamicTesting ( ) ,
21- ) ;
18+ getTestBed ( ) . initTestEnvironment ( BrowserDynamicTestingModule , platformBrowserDynamicTesting ( ) , {
19+ errorOnUnknownElements : true ,
20+ errorOnUnknownProperties : true
21+ } ) ;
2222
2323// Then we find all the tests.
2424const context = require . context ( './' , true , / \. s p e c \. t s $ / ) ;
Original file line number Diff line number Diff line change 1616 "experimentalDecorators" : true ,
1717 "moduleResolution" : " node" ,
1818 "importHelpers" : true ,
19- "target" : " es2020" ,
20- "module" : " es2020" ,
19+ "target" : " ES2022" ,
20+ "module" : " ES2022" ,
21+ "useDefineForClassFields" : false ,
2122 "lib" : [
22- " es2020 " ,
23+ " ES2022 " ,
2324 " dom"
2425 ]
2526 },
You can’t perform that action at this time.
0 commit comments