Files
plane/apps/api/run_tests.sh

4 lines
131 B
Bash
Raw Permalink Normal View History

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