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 26
26
"build:types" : " tsc -p ./tsconfig.json" ,
27
27
"build:vite" : " vite build" ,
28
28
"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" ,
31
31
"lint" : " run-p lint:*" ,
32
32
"lint:biome" : " biome check ." ,
33
33
"lint:tsc" : " tsc -p ./tsconfig.lint.json" ,
You can’t perform that action at this time.
0 commit comments