We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46bcdd commit 6ce472dCopy full SHA for 6ce472d
packages/fetch/package.json
@@ -48,6 +48,7 @@
48
"build": "npm run build:cjs && npm run build:types",
49
"test:es": "node --experimental-modules ../../node_modules/c8/bin/c8 --reporter=html --reporter=lcov --reporter=text --check-coverage node --experimental-modules ../../node_modules/mocha/bin/mocha",
50
"test:cjs": "node ./test/commonjs/test-artifact.js",
51
+ "test": "npm run test:es && npm run test:cjs",
52
"coverage": "c8 report --reporter=text-lcov | coveralls",
53
"typecheck": "tsc",
54
"build:types": "tsc --build",
0 commit comments