Skip to content

Commit 6dc1145

Browse files
author
bweigel
committed
fix #269
- migrates tests from bats to tape
1 parent f6434f1 commit 6dc1145

11 files changed

+1443
-681
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+
}

test.bats

-594
This file was deleted.

0 commit comments

Comments
 (0)