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 e478863 commit 617f8a2Copy full SHA for 617f8a2
.taprc
@@ -1,9 +1,14 @@
1
ts: false
2
jsx: false
3
+
4
branches: 65
5
functions: 100
6
lines: 89
7
statements: 89
8
9
nyc-arg:
10
- "--exclude=.cache/*"
11
- "--exclude=lib/schema-validator.js"
12
13
+files:
14
+ - test/**/*.test.js
package.json
@@ -12,7 +12,7 @@
"lint": "standard",
"lint:fix": "standard --fix",
"test:typescript": "tsd",
15
- "test:unit": "tap -J test/*.test.js test/**/*.test.js",
+ "test:unit": "tap",
16
"test": "npm run test:unit && npm run test:typescript"
17
},
18
"precommit": ["lint", "test"],
0 commit comments