mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1993 from overleaf/ta-module-test-bootstrap
load tests bootstrap when running module-only unit tests GitOrigin-RevId: 26abca1b2d4da313a7bf83c8618f9255aaac2ca0
This commit is contained in:
parent
e4c3ebdbdc
commit
6f40fd9b99
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 --exit --recursive --reporter spec"
|
MOCHA="node_modules/.bin/mocha --exit --recursive --reporter spec --require test/unit/bootstrap.js"
|
||||||
MODULE=$1
|
MODULE=$1
|
||||||
|
|
||||||
shift
|
shift
|
||||||
|
|
Loading…
Reference in a new issue