Skip to content

Commit 8c54771

Browse files
committed
doh. test.js not tests.js in pkg json
1 parent e945de6 commit 8c54771

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
@@ -38,7 +38,7 @@
3838
"main": "index.js",
3939
"bin": {},
4040
"scripts": {
41-
"test": "node tests.js && bats test.bats",
41+
"test": "node test.js && bats test.bats",
4242
"lint": "eslint *.js lib/*.js && prettier -l index.js lib/*.js || (echo need formatting ; exit 1)",
4343
"format": "prettier --write index.js lib/*.js"
4444
},

0 commit comments

Comments
 (0)