# tests/ Test files for scripts bundled with this skill. ## Dependencies Tests require [bats-support](https://github.com/bats-core/bats-support) and [bats-assert](https://github.com/bats-core/bats-assert) installed under `tests/test_helper/`: ```bash git clone https://github.com/bats-core/bats-support tests/test_helper/bats-support git clone https://github.com/bats-core/bats-assert tests/test_helper/bats-assert ``` Run all tests: ```bash bats tests/ ``` ## Files | File | Purpose | |------|---------| | `validate.bats` | Bats test suite for `scripts/validate.sh` |