Skip to content

Commit 0511967

Browse files
committed
chore: hide node warnings during tests
1 parent f5b0305 commit 0511967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"lint:prettier": "prettier -c .",
9292
"lint": "yarn lint:eslint && yarn lint:prettier",
9393
"type-check": "tsc --noEmit",
94-
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
94+
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest",
9595
"build:esm": "tsc -b tsconfig.esm.json && node scripts/esm-post-process.mjs",
9696
"build:cjs": "tsc -b tsconfig.cjs.json",
9797
"build:umd": "rollup --configPlugin typescript --config rollup.config.ts",

0 commit comments

Comments
 (0)