e7458e9ca2
Converted the CLI tests to using bats to get started Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
12 lines
284 B
JSON
12 lines
284 B
JSON
{
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"test": "bats ."
|
|
},
|
|
"devDependencies": {
|
|
"bats": "https://github.com/bats-core/bats-core.git",
|
|
"bats-assert": "https://github.com/bats-core/bats-assert",
|
|
"bats-support": "https://github.com/bats-core/bats-support"
|
|
}
|
|
}
|