Merge pull request #1807 from overleaf/as-global-sinon-chai

Globally load sinon-chai

GitOrigin-RevId: b0175e021b98d6338171108c6778de80ee58479a
This commit is contained in:
Alasdair Smith
2019-05-28 11:25:26 +00:00
committed by sharelatex
parent 4e8facf3cc
commit a3bcc71df9
7 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
set -e;
MOCHA="node_modules/.bin/mocha --exit --recursive --reporter spec"
MOCHA="node_modules/.bin/mocha --exit --recursive --reporter spec --require test/unit/bootstrap.js"
$MOCHA "$@" test/unit/js