Skip to content

Commit

Permalink
fix: add missing test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Feb 14, 2024
1 parent a46bcdd commit fc837c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"build": "npm run build:cjs && npm run build:types",
"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",
"test:cjs": "node ./test/commonjs/test-artifact.js",
"test": "npm run test:es && npm run test:cjs",
"coverage": "c8 report --reporter=text-lcov | coveralls",
"typecheck": "tsc",
"build:types": "tsc --build",
Expand Down

0 comments on commit fc837c1

Please sign in to comment.