@drevops/bats-helpers
Version:
Helpers and assertions for BATS testing.
34 lines (33 loc) • 791 B
JSON
{
"name": "@drevops/bats-helpers",
"version": "1.4.2",
"description": "Helpers and assertions for BATS testing.",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/drevops/bats-helpers",
"author": {
"name": "Alex Skrypnyk",
"email": "alex@drevops.com",
"url": "https://bats-helpers.drevops.com"
},
"contributors": [],
"repository": "github:drevops/bats-helpers",
"bugs": "https://github.com/drevops/bats-helpers/issues",
"directories": {
"lib": "src",
"test": "tests"
},
"files": [
"src",
"load.bash"
],
"dependencies": {
"bats": "^1"
},
"keywords": [
"bats",
"bash",
"shell",
"test",
"assertions"
]
}