We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d3351 commit a250be7Copy full SHA for a250be7
2 files changed
package.json
@@ -22,10 +22,12 @@
22
"plugins:dev": "yarn --cwd examples/with-plugins dev",
23
"whatwg:build": "yarn --cwd examples/with-whatwg build",
24
"whatwg:dev": "yarn --cwd examples/with-whatwg dev",
25
- "report": "nyc yarn test && nyc report -r lcov",
+ "report": "yarn report:env nyc yarn test && nyc report -r lcov",
26
+ "report:env": "NODE_OPTIONS=\"--disable-warning=ExperimentalWarning --experimental-loader @istanbuljs/esm-loader-hook\"",
27
"test": "yarn --cwd ingest test"
28
},
29
"devDependencies": {
30
+ "@istanbuljs/esm-loader-hook": "0.3.0",
31
"nyc": "17.1.0"
32
}
33
0 commit comments