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"
|
|
}
|
|
}
|