We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdec9e commit dc1c0a9Copy full SHA for dc1c0a9
.taprc
@@ -1,6 +1,2 @@
1
-100: true
2
-ts: false
3
-jsx: false
4
-flow: false
5
-coverage: true
6
-check-coverage: true
+files:
+ - test/**/*.js
package.json
@@ -13,7 +13,7 @@
13
"test": "npm run prepare && npm run coverage && npm run typescript",
14
"test:dev": "npm run lint && npm run unit && npm run typescript",
15
"typescript": "tsd",
16
- "unit": "tap -J \"test/**/*.js\"",
+ "unit": "tap",
17
"unit:report": "npm run unit -- --coverage-report=html",
18
"unit:verbose": "npm run unit -- -Rspec"
19
},
0 commit comments