overleaf/services/web/bin/acceptance_test
2018-02-27 12:25:42 +00:00

4 lines
108 B
Bash
Executable file

#!/bin/bash
set -e;
MOCHA="node_modules/.bin/mocha --recursive --reporter spec --timeout 15000"
$MOCHA "$@"