@drevops/bats-helpers
Version:
Helpers and assertions for BATS testing.
39 lines (38 loc) • 1.06 kB
JSON
{
"name": "@drevops/bats-helpers",
"version": "1.6.0",
"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"
],
"scripts": {
"test": "./node_modules/.bin/bats tests/",
"lint": "shellcheck src/*.bash load.bash tests/*.bats && shfmt -i 2 -ci -s -d src/*.bash load.bash tests/*.bats",
"lint-fix": "shfmt -i 2 -ci -s -w src/*.bash load.bash tests/*.bats"
},
"dependencies": {
"bats": "^1"
},
"keywords": [
"bats",
"bash",
"shell",
"test",
"assertions"
]
}