1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-02-24 21:22:43 +00:00
overleaf/services/web/bin/acceptance_test

5 lines
115 B
Text
Raw Normal View History

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