suppress logging in ZipManager tests

This commit is contained in:
Brian Gough 2015-03-30 16:58:00 +01:00
parent 495af5d568
commit e61beed92f

View file

@ -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'