Merge branch 'master' into bg-downgrade-delete-component-error

This commit is contained in:
Brian Gough
2019-05-08 09:07:02 +01:00
committed by GitHub
6 changed files with 97 additions and 6 deletions
@@ -13,6 +13,7 @@ describe "HttpController", ->
flushProjectChangesAsync: sinon.stub()
"./ProjectManager": @ProjectManager = {}
"logger-sharelatex" : @logger = { log: sinon.stub() }
"./ProjectFlusher": {flushAllProjects:->}
"./Metrics": @Metrics = {}
"./Errors" : Errors
@Metrics.Timer = class Timer