SIGN IN SIGN UP
2021-07-13 12:22:00 -05:00
#!/usr/bin/env bash
set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
bats ./test/scripts
}
main "$@"