Skip to content

Commit

Permalink
use .taprc (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Dec 4, 2022
1 parent 76bad02 commit 9745095
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
files:
- test/**/*.test.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"lint": "standard",
"test": "npm run test:unit && npm run test:typescript",
"test:unit": "tap -J test/*.js",
"test:unit": "tap",
"test:typescript": "tsd",
"test:report": "tap --coverage-report=html -J test/test.js"
},
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9745095

Please sign in to comment.