Make testing a single test easier

This commit is contained in:
Stefan Zweifel 2020-10-11 10:40:59 +02:00
parent 4f0fc14d0c
commit df97d6fbd8

View File

@ -3,6 +3,6 @@
"bats": "^1.1.0"
},
"scripts": {
"test": "bats tests"
"test": "rm -rf tests/tmpstubs && rm -rf tests/shellmock.* && bats tests"
}
}