1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-01-16 03:12:47 +00:00
overleaf/services/web/bin/unit_test_app

7 lines
114 B
Text
Raw Normal View History

2018-05-23 12:10:33 +00:00
#!/bin/bash
set -e;
MOCHA="node_modules/.bin/mocha --exit --recursive --reporter spec"
$MOCHA "$@" test/unit/js