mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-07-22 08:06:10 +08:00
Install bats-assert and bats-support dependencies
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"bats": "^1.1.0"
|
||||
"bats": "^1.1.0",
|
||||
"bats-assert": "ztombol/bats-assert",
|
||||
"bats-support": "ztombol/bats-support"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "rm -rf tests/tmpstubs && rm -rf tests/shellmock.* && bats tests"
|
||||
"test": "bats tests"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user