Files
cfw-autumn/server/shell/g3.sh
2025-06-10 19:54:05 +01:00

12 lines
232 B
Bash
Executable File

#!/bin/bash
# Source shared configuration
source "$(dirname "$0")/config.sh"
MOCHA_PARALLEL=true $MOCHA_SETUP
$MOCHA_CMD 'tests/contUse/entities/*.ts'
$MOCHA_CMD 'tests/contUse/update/*.ts'
$MOCHA_CMD 'tests/contUse/track/*.ts'