git-auto-commit-action/package.json
Stefan Zweifel 9e4e2e76fa
Add very basic test suite with bats and shellmock (#100)
* Add bats
* Write commits tests
* Add Workflow
* Add .gitignore
* Update Test Suite
* Disable test
* Disable failing test for now
2020-09-13 14:07:14 +02:00

9 lines
97 B
JSON

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