1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-02-25 20:52:15 +00:00
overleaf/services/web/bin/unit_test_app
2018-05-23 15:47:28 +02:00

6 lines
114 B
Bash
Executable file

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