mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Mock out metrics in test
This commit is contained in:
parent
7842bcd24f
commit
e19806cf8b
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ describe "ASpell", ->
|
|||
"logger-sharelatex":
|
||||
log:->
|
||||
err:->
|
||||
'metrics-sharelatex':
|
||||
gauge:->
|
||||
inc: ->
|
||||
|
||||
describe "a correctly spelled word", ->
|
||||
beforeEach (done) ->
|
||||
|
|
Loading…
Reference in a new issue