File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 "build" : " tsc --build tsconfig.app.json --force" ,
1313 "build:tests" : " tsc --project tsconfig.app.json --outDir dist-test --declarationDir dist && tsc --build tsconfig.test.json" ,
1414 "clean" : " rm -rf dist* *.tsbuildinfo" ,
15- "test" : " npm run build:tests && node --test --experimental-test-snapshots " ,
16- "test-update-snapshots" : " npm run build:tests && node --test --test-update-snapshots --experimental-test-snapshots "
15+ "test" : " npm run build:tests && node --test --no- experimental-strip-types " ,
16+ "test-update-snapshots" : " npm run build:tests && node --test --test-update-snapshots"
1717 },
1818 "devDependencies" : {
1919 "@types/node" : " ^22.17.0" ,
2727 "kleur" : " ^4.1.5"
2828 },
2929 "engines" : {
30- "node" : " >=22"
30+ "node" : " >=22.18 "
3131 }
3232}
You can’t perform that action at this time.
0 commit comments