git-auto-commit-action/package.json
Stefan Zweifel 1468e98b89 Add bats
2020-09-13 11:14:12 +02:00

9 lines
97 B
JSON

{
"devDependencies": {
"bats": "^1.1.0"
},
"scripts": {
"test": "bats tests"
}
}