Skip to content

Commit

Permalink
fix: add missing test script (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Feb 14, 2024
1 parent a46bcdd commit 6ce472d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fetch/package.json
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 6ce472d

Please sign in to comment.