mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-23 23:00:08 +02:00
4 lines
108 B
Bash
4 lines
108 B
Bash
#!/bin/bash
|
|
set -e;
|
|
MOCHA="node_modules/.bin/mocha --recursive --reporter spec --timeout 15000"
|
|
$MOCHA "$@"
|