1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2024-12-18 07:52:15 -05:00
overleaf/services/web/bin/frontend_test

6 lines
115 B
Text
Raw Normal View History

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