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 c01b78a commit 7ffb305Copy full SHA for 7ffb305
package.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"lint": "eslint --ext=js,html src tests examples",
13
"test": "npm run lint",
14
- "unit": "nyc ava test/*.spec.js",
+ "unit": "nyc ava test/**/*.spec.js",
15
"dev": "npm run unit -- -w",
16
"prepublishOnly": "npm run build"
17
},
0 commit comments