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 0f80668 commit 441f110Copy full SHA for 441f110
package.json
@@ -11,7 +11,7 @@
11
"test": "tap --cov test/**/*.test.js && npm run test:ts && npm run lint",
12
"test:ci": "tap --cov test/**/*.test.js && npm run test:ts && npm run lint:ci",
13
"test:only": "tap --only",
14
- "test:unit": "tap test/*.test.js",
+ "test:unit": "tap test/**/*.test.js",
15
"test:ts": "tsd",
16
"lint": "standard | snazzy",
17
"lint:ci": "standard",
0 commit comments