Skip to content

Commit

Permalink
Adjust coverage task
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 17, 2025
1 parent 845866e commit af789ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:bun": "bun test/index.js",
"test:deno": "deno --allow-env --allow-read --import-map=./test/import_map.json test/index.js",
"test:big": "node --import ./test/esm-register.js test/crosstest.test.js slow",
"test:coverage": "c8 npm test"
"test:coverage": "npm install --no-save [email protected] && npx c8 npm test"
},
"author": "Paul Miller (https://paulmillr.com)",
"homepage": "https://paulmillr.com/noble/",
Expand All @@ -35,7 +35,6 @@
"devDependencies": {
"@paulmillr/jsbt": "0.2.1",
"@scure/base": "1.2.1",
"c8": "10.1.3",
"fast-check": "3.0.0",
"micro-bmark": "0.3.1",
"micro-should": "0.5.0",
Expand Down

0 comments on commit af789ed

Please sign in to comment.