Skip to content

Commit

Permalink
Upgrade Tap
Browse files Browse the repository at this point in the history
  • Loading branch information
Breck Yunits authored and Breck Yunits committed Apr 7, 2024
1 parent 48f8c63 commit 80cbad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ ignore/
package-lock.json

# Prevent accidental checking in of code coverage reports
.nyc_output/
coverage/
/.tap

# Prevent accidental checking in of perf reports
scrollBrowserPerf.html
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"build": "scroll list | scroll build",
"coverage": "tap tests/scroll.test.js --coverage-report=lcov",
"coverage": "tap tests/scroll.test.js",
"open": "open index.html",
"debug": "node --inspect tests/scroll.test.js;",
"jtreeBeta": "npm install ~/jtree",
Expand Down Expand Up @@ -43,6 +43,6 @@
"jtree": "^75.1.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"tap": "^16.3.0"
"tap": "^18.7.2"
}
}

0 comments on commit 80cbad8

Please sign in to comment.