mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 22:13:50 +00: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 "$@"
|