This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/tests/package.json
Andrea Luzzardi d46be324e5 tests: improve bats/gh integration
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-15 00:48:49 -07:00

12 lines
309 B
JSON

{
"license": "Apache-2.0",
"scripts": {
"test": "bats --report-formatter junit ."
},
"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"
}
}