Install bats-assert and bats-support dependencies

This commit is contained in:
Stefan Zweifel
2020-11-25 20:18:43 +01:00
parent 2e61cc5f41
commit 4e7742676e
2 changed files with 12 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
{
"devDependencies": {
"bats": "^1.1.0"
"bats": "^1.1.0",
"bats-assert": "ztombol/bats-assert",
"bats-support": "ztombol/bats-support"
},
"scripts": {
"test": "rm -rf tests/tmpstubs && rm -rf tests/shellmock.* && bats tests"
"test": "bats tests"
}
}