4 lines
161 B
Bash
Executable File
4 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
|
|
MOCHA_SETUP="bunx mocha --timeout 10000000 tests/00_setup.ts"
|
|
MOCHA_CMD="bunx mocha --parallel -j 6 --timeout 10000000 --ignore tests/00_setup.ts" |