bb-plane-fork/apps/api/run_tests.sh
2025-07-04 15:32:21 +05:30

4 lines
No EOL
131 B
Bash
Executable file

#!/bin/bash
# This is a simple wrapper script that calls the main test runner in the tests directory
exec tests/run_tests.sh "$@"