Skip to content

Commit db44ca7

Browse files
author
bweigel
committed
dont perform bats tests
1 parent 9dc1864 commit db44ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"main": "index.js",
3939
"bin": {},
4040
"scripts": {
41-
"test": "node test.js && bats test.bats",
41+
"test": "node test.js",
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 test.js"
4444
},
@@ -76,4 +76,4 @@
7676
"singleQuote": true,
7777
"parser": "babylon"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)