Skip to content

Commit 441f110

Browse files
authored
fix: change directory for test:unit command (#12)
1 parent 0f80668 commit 441f110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "tap --cov test/**/*.test.js && npm run test:ts && npm run lint",
1212
"test:ci": "tap --cov test/**/*.test.js && npm run test:ts && npm run lint:ci",
1313
"test:only": "tap --only",
14-
"test:unit": "tap test/*.test.js",
14+
"test:unit": "tap test/**/*.test.js",
1515
"test:ts": "tsd",
1616
"lint": "standard | snazzy",
1717
"lint:ci": "standard",

0 commit comments

Comments
 (0)