Skip to content

Commit 27e8034

Browse files
committed
spec not nyan
1 parent bf56596 commit 27e8034

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
@@ -35,7 +35,7 @@
3535
"docs": "documentation build lib --lint --github --format html --output docs/",
3636
"lint": "eslint lib/ test/",
3737
"regenerate-fixtures": "node test/regenerate.js",
38-
"test": "npm run lint && tap --cov -R nyan test/*.test.js",
38+
"test": "npm run lint && tap --cov -R spec test/*.test.js",
3939
"postpublish": "greenkeeper-postpublish"
4040
}
4141
}

0 commit comments

Comments
 (0)