Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 6, 2024
1 parent 4587541 commit a161e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": "types/index.d.ts",
"scripts": {
"test": "npm run test:unit && npm run test:typescript",
"test:coverage": "tap -J test-tap/*.test.js --cov --coverage-report=lcovonly",
"test:coverage": "tap test-tap/*.test.js",
"test:jest": "jest --config=jest.config.json",
"test:tap": "tap",
"test:unit": "npm run test:jest && npm run test:tap",
Expand Down

0 comments on commit a161e5d

Please sign in to comment.