git-auto-commit-action/package.json
2020-10-11 10:40:59 +02:00

9 lines
150 B
JSON

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