mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
suppress logging in ZipManager tests
This commit is contained in:
parent
495af5d568
commit
e61beed92f
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@ describe "ZipManager with RedisManager", ->
|
|||
rclient = null
|
||||
beforeEach (done) ->
|
||||
@ZipManager = SandboxedModule.require zipModulePath, requires:
|
||||
"logger-sharelatex": log:->
|
||||
'settings-sharelatex': redis:
|
||||
web:
|
||||
host: 'none'
|
||||
|
@ -60,6 +61,7 @@ describe "ZipManager with RedisManager", ->
|
|||
rclient = null
|
||||
beforeEach (done) ->
|
||||
@ZipManager = SandboxedModule.require zipModulePath, requires:
|
||||
"logger-sharelatex": log:->
|
||||
'settings-sharelatex': redis:
|
||||
web:
|
||||
host: 'none'
|
||||
|
@ -109,6 +111,7 @@ describe "ZipManager with RedisManager", ->
|
|||
rclient = null
|
||||
beforeEach (done) ->
|
||||
@ZipManager = SandboxedModule.require zipModulePath, requires:
|
||||
"logger-sharelatex": log:->
|
||||
'settings-sharelatex': redis:
|
||||
web:
|
||||
host: 'none'
|
||||
|
|
Loading…
Reference in a new issue