File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 },
6565 "defaultConfiguration" : " development"
6666 },
67- "extract-i18n" : {
68- "builder" : " @angular/build:extract-i18n"
69- },
7067 "test" : {
71- "builder" : " @angular/build:karma" ,
72- "options" : {
73- "tsConfig" : " tsconfig.spec.json" ,
74- "assets" : [
75- {
76- "glob" : " **/*" ,
77- "input" : " public"
78- }
79- ],
80- "styles" : [
81- " src/styles.css"
82- ]
83- }
68+ "builder" : " @angular/build:unit-test"
8469 }
8570 }
8671 }
Original file line number Diff line number Diff line change 3333 "tslib" : " ^2.3.0"
3434 },
3535 "devDependencies" : {
36- "@angular/build" : " ^21.0.0-next.8 " ,
37- "@angular/cli" : " ^21.0.0-next.8 " ,
36+ "@angular/build" : " ^21.0.0-next.9 " ,
37+ "@angular/cli" : " ^21.0.0-next.9 " ,
3838 "@angular/compiler-cli" : " ^21.0.0-next.0" ,
39- "@types/jasmine" : " ~5.1.0" ,
40- "jasmine-core" : " ~5.12.0" ,
41- "karma" : " ~6.4.0" ,
42- "karma-chrome-launcher" : " ~3.2.0" ,
43- "karma-coverage" : " ~2.2.0" ,
44- "karma-jasmine" : " ~5.1.0" ,
45- "karma-jasmine-html-reporter" : " ~2.1.0" ,
46- "typescript" : " ~5.9.2"
39+ "jsdom" : " ^27.0.0" ,
40+ "typescript" : " ~5.9.2" ,
41+ "vitest" : " ^4.0.0"
4742 }
4843}
Original file line number Diff line number Diff line change 44 "extends" : " ./tsconfig.json" ,
55 "compilerOptions" : {
66 "outDir" : " ./out-tsc/spec" ,
7- "types" : [
8- " jasmine"
9- ]
10- },
7+ "types" : [
8+ " vitest/globals"
9+ ] },
1110 "include" : [
1211 " src/**/*.d.ts" ,
1312 " src/**/*.spec.ts"
You can’t perform that action at this time.
0 commit comments