Skip to content

Commit

Permalink
Merge 8ee4ad9 into 7412036
Browse files Browse the repository at this point in the history
  • Loading branch information
nexdrew committed Jul 27, 2019
2 parents 7412036 + 8ee4ad9 commit 1789d68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
color: true
coverage: true
jobs: 4
files:
- test/test*.js
- test/lib/test*.js
- test/types/test*.js
- test/fixture2/test*.js
test-env:
- FORCE_COLOR=1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"pretest": "standard",
"test": "FORCE_COLOR=1 tap --cov --jobs=4 test/test*.js test/lib/test*.js test/types/test*.js test/fixture2/test*.js",
"test": "tap",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"engines": {
Expand Down Expand Up @@ -39,6 +39,6 @@
"del": "^5.0.0",
"import-fresh": "^3.1.0",
"standard": "^13.1.0",
"tap": "^12.0.1"
"tap": "^14.4.3"
}
}

0 comments on commit 1789d68

Please sign in to comment.