Each BATS addon must be tested by its own BATS test.
Add a new test into the tests file or failed tests file, depending on the use case. All test data should be added under data..
bats test/tests.sh
bats test/tests_fail.sh
The repo uses a shellcheck GitHub Action to lint all the bash files.