overleaf/services/web/bin/acceptance_test
2018-02-27 15:03:21 +00:00

4 lines
115 B
Bash
Executable file

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