added logger.info to test setup
This commit is contained in:
@@ -14,7 +14,7 @@ describe "CompileManager", ->
|
|||||||
"./OutputFileFinder": @OutputFileFinder = {}
|
"./OutputFileFinder": @OutputFileFinder = {}
|
||||||
"./OutputCacheManager": @OutputCacheManager = {}
|
"./OutputCacheManager": @OutputCacheManager = {}
|
||||||
"settings-sharelatex": @Settings = { path: compilesDir: "/compiles/dir" }
|
"settings-sharelatex": @Settings = { path: compilesDir: "/compiles/dir" }
|
||||||
"logger-sharelatex": @logger = { log: sinon.stub() }
|
"logger-sharelatex": @logger = { log: sinon.stub() , info:->}
|
||||||
"child_process": @child_process = {}
|
"child_process": @child_process = {}
|
||||||
"./CommandRunner": @CommandRunner = {}
|
"./CommandRunner": @CommandRunner = {}
|
||||||
"./DraftModeManager": @DraftModeManager = {}
|
"./DraftModeManager": @DraftModeManager = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user