1f9e8fb34f
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
12 lines
321 B
JSON
12 lines
321 B
JSON
{
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"test": "bats --report-formatter junit --jobs 4 ."
|
|
},
|
|
"devDependencies": {
|
|
"bats": "https://github.com/bats-core/bats-core#master",
|
|
"bats-assert": "https://github.com/bats-core/bats-assert",
|
|
"bats-support": "https://github.com/bats-core/bats-support"
|
|
}
|
|
}
|