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 f5b0305 commit 0511967Copy full SHA for 0511967
package.json
@@ -91,7 +91,7 @@
91
"lint:prettier": "prettier -c .",
92
"lint": "yarn lint:eslint && yarn lint:prettier",
93
"type-check": "tsc --noEmit",
94
- "test": "NODE_OPTIONS=--experimental-vm-modules jest",
+ "test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest",
95
"build:esm": "tsc -b tsconfig.esm.json && node scripts/esm-post-process.mjs",
96
"build:cjs": "tsc -b tsconfig.cjs.json",
97
"build:umd": "rollup --configPlugin typescript --config rollup.config.ts",
0 commit comments