overleaf/services/web/bin/acceptance_test

5 lines
108 B
Text
Raw Normal View History

2017-11-23 11:52:43 -05:00
#!/bin/bash
set -e;
MOCHA="node_modules/.bin/mocha --recursive --reporter spec --timeout 15000"
$MOCHA "$@"