Files
NODEDC_TASKMANAGER/plane-src/apps/api/run_tests.sh
T
2026-04-18 18:39:25 +03:00

4 lines
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 "$@"