Skip to content

Commit 7ffb305

Browse files
committed
chore: deep testing spec files
1 parent c01b78a commit 7ffb305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"lint": "eslint --ext=js,html src tests examples",
1313
"test": "npm run lint",
14-
"unit": "nyc ava test/*.spec.js",
14+
"unit": "nyc ava test/**/*.spec.js",
1515
"dev": "npm run unit -- -w",
1616
"prepublishOnly": "npm run build"
1717
},

0 commit comments

Comments
 (0)