mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fixed leaky test
This commit is contained in:
parent
1b893ff502
commit
d8cc3b7b61
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ describe "CompileController", ->
|
|||
beforeEach ->
|
||||
@CompileManager =
|
||||
compile: sinon.stub()
|
||||
@ClsiManager = {}
|
||||
@CompileController = SandboxedModule.require modulePath, requires:
|
||||
"settings-sharelatex": @settings =
|
||||
apis:
|
||||
|
|
Loading…
Reference in a new issue