Skip to content

Commit 6e32725

Browse files
committed
Suppress experimental vm warning
1 parent cea7dc0 commit 6e32725

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
@@ -26,7 +26,7 @@
2626
"lint": "eslint --ext .ts,.tsx --fix --max-warnings 0 .",
2727
"test": "yarn test:base --selectProjects Unit",
2828
"test:e2e": "yarn test:base --selectProjects E2E",
29-
"test:base": "node --experimental-vm-modules --inspect $(yarn bin jest)",
29+
"test:base": "NODE_NO_WARNINGS=1 node --experimental-vm-modules --inspect $(yarn bin jest)",
3030
"type-check": "tsc -p tsconfig.check.json"
3131
},
3232
"dependencies": {

0 commit comments

Comments
 (0)