mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
mock out metrics in test
This commit is contained in:
parent
60b298d9ee
commit
49de7bf315
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ describe "UserCreator", ->
|
|||
"../../models/User": User:@UserModel
|
||||
"./UserLocator":@UserLocator
|
||||
"logger-sharelatex":{log:->}
|
||||
'../../infrastructure/Metrics': {timeAsyncMethod: ()->}
|
||||
|
||||
@email = "bob.oswald@gmail.com"
|
||||
|
||||
|
|
Loading…
Reference in a new issue