Skip to content

Commit 617f8a2

Browse files
authored
move tap options into .taprc (#587)
1 parent e478863 commit 617f8a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.taprc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
ts: false
22
jsx: false
3+
34
branches: 65
45
functions: 100
56
lines: 89
67
statements: 89
8+
79
nyc-arg:
810
- "--exclude=.cache/*"
911
- "--exclude=lib/schema-validator.js"
12+
13+
files:
14+
- test/**/*.test.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "standard",
1313
"lint:fix": "standard --fix",
1414
"test:typescript": "tsd",
15-
"test:unit": "tap -J test/*.test.js test/**/*.test.js",
15+
"test:unit": "tap",
1616
"test": "npm run test:unit && npm run test:typescript"
1717
},
1818
"precommit": ["lint", "test"],

0 commit comments

Comments
 (0)