mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Make sure mocha exits
This commit is contained in:
parent
22b8c114a2
commit
e6f624c7a0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e;
|
set -e;
|
||||||
|
|
||||||
MOCHA="node_modules/.bin/mocha --recursive --reporter spec"
|
MOCHA="node_modules/.bin/mocha --exit --recursive --reporter spec"
|
||||||
|
|
||||||
$MOCHA "$@" test/unit/js
|
$MOCHA "$@" test/unit/js
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue