mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
try running mochatest directly without compiling
This commit is contained in:
parent
660752dfa6
commit
28536bfe73
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ echo ">> Server started"
|
|||
sleep 5
|
||||
|
||||
echo ">> Running acceptance tests..."
|
||||
grunt --no-color test:acceptance
|
||||
grunt --no-color mochaTest:acceptance
|
||||
_test_exit_code=$?
|
||||
|
||||
echo ">> Killing server"
|
||||
|
|
Loading…
Reference in a new issue