overleaf/services/web/bin/acceptance_test
2018-02-26 15:30:56 +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 "$@"