Skip to content

Commit 23fd01d

Browse files
committed
1 parent 7137ea0 commit 23fd01d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

node.config.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://nodejs.org/dist/latest/docs/node-config-schema.json",
3+
"nodeOptions": {
4+
"disable-warning": "ExperimentalWarning"
5+
}
6+
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
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",

0 commit comments

Comments
 (0)