Skip to content

Commit d043045

Browse files
bweigeldschep
authored andcommitted
Port tests from bats to tape (#282)
hi @dschep I decided to split up and simplify PR #279 a little bit. Started with porting some tests, which also helps towards resolutions of #269 ...
1 parent f6434f1 commit d043045

File tree

11 files changed

+1443
-681
lines changed

11 files changed

+1443
-681
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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

Lines changed: 0 additions & 594 deletions
This file was deleted.

0 commit comments

Comments
 (0)