Skip to content

Commit

Permalink
chore: update tap scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Jul 8, 2024
1 parent ddf885e commit a68658c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ lib-cov
coverage
*.lcov

.tap

# nyc test coverage
.nyc_output

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
},
"scripts": {
"prepare": "npm run -s build",
"test": "tap --no-coverage",
"test:snapshot": "TAP_SNAPSHOT=1 tap --no-coverage",
"test": "tap --disable-coverage --allow-empty-coverage",
"lint": "eslint . --ext=js",
"lint:fix": "eslint . --fix --ext=js",
"start": "node --experimental-modules ./example/server.mjs",
Expand Down

0 comments on commit a68658c

Please sign in to comment.