9e4e2e76fa
* Add bats * Write commits tests * Add Workflow * Add .gitignore * Update Test Suite * Disable test * Disable failing test for now
9 lines
97 B
JSON
9 lines
97 B
JSON
{
|
|
"devDependencies": {
|
|
"bats": "^1.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "bats tests"
|
|
}
|
|
}
|