File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://nodejs.org/dist/latest/docs/node-config-schema.json" ,
3+ "nodeOptions" : {
4+ "disable-warning" : " ExperimentalWarning"
5+ }
6+ }
Original file line number Diff line number Diff line change 2626 "build:types" : " tsc -p ./tsconfig.json" ,
2727 "build:vite" : " vite build" ,
2828 "prepare" : " npm run build" ,
29- "test" : " NODE_OPTIONS=--disable-warning=ExperimentalWarning node --test -- experimental-strip-types --experimental- test-snapshots --experimental-test-coverage **/tests/**/*.test.ts" ,
30- "test:update" : " NODE_OPTIONS=--disable-warning=ExperimentalWarning node -- test --experimental-strip-types --experimental-test-snapshots --test-update-snapshots --experimental-test-coverage **/tests/**/*.test.ts " ,
29+ "test" : " node --experimental-default-config-file --test --experimental-test-coverage **/tests/**/*.test.ts" ,
30+ "test:update" : " npm test -- --experimental-test-snapshots" ,
3131 "lint" : " run-p lint:*" ,
3232 "lint:biome" : " biome check ." ,
3333 "lint:tsc" : " tsc -p ./tsconfig.lint.json" ,
You can’t perform that action at this time.
0 commit comments