mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-07-22 08:06:10 +08:00
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
This commit is contained in:
8
package.json
Normal file
8
package.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"bats": "^1.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "bats tests"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user