mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"devDependencies": {
|
|
"bats": "^1.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "rm -rf tests/tmpstubs && rm -rf tests/shellmock.* && bats tests"
|
|
}
|
|
}
|