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 bf56596 commit 27e8034Copy full SHA for 27e8034
package.json
@@ -35,7 +35,7 @@
35
"docs": "documentation build lib --lint --github --format html --output docs/",
36
"lint": "eslint lib/ test/",
37
"regenerate-fixtures": "node test/regenerate.js",
38
- "test": "npm run lint && tap --cov -R nyan test/*.test.js",
+ "test": "npm run lint && tap --cov -R spec test/*.test.js",
39
"postpublish": "greenkeeper-postpublish"
40
}
41
0 commit comments