Skip to content

Commit 6ce472d

Browse files
authored
fix: add missing test script (#58)
1 parent a46bcdd commit 6ce472d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/fetch/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"build": "npm run build:cjs && npm run build:types",
4949
"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",
5050
"test:cjs": "node ./test/commonjs/test-artifact.js",
51+
"test": "npm run test:es && npm run test:cjs",
5152
"coverage": "c8 report --reporter=text-lcov | coveralls",
5253
"typecheck": "tsc",
5354
"build:types": "tsc --build",

0 commit comments

Comments
 (0)