We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea7dc0 commit 6e32725Copy full SHA for 6e32725
package.json
@@ -26,7 +26,7 @@
26
"lint": "eslint --ext .ts,.tsx --fix --max-warnings 0 .",
27
"test": "yarn test:base --selectProjects Unit",
28
"test:e2e": "yarn test:base --selectProjects E2E",
29
- "test:base": "node --experimental-vm-modules --inspect $(yarn bin jest)",
+ "test:base": "NODE_NO_WARNINGS=1 node --experimental-vm-modules --inspect $(yarn bin jest)",
30
"type-check": "tsc -p tsconfig.check.json"
31
},
32
"dependencies": {
0 commit comments