mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-20 03:12:48 +00:00
Merge pull request #1994 from overleaf/ta-missing-stub
Add missing EmailHandler stub GitOrigin-RevId: d497807068623e1338a95d2dfa02c56726ca39d1
This commit is contained in:
parent
3b3e9e79fa
commit
285edfff36
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ describe('UserController', function() {
|
|||
inc() {}
|
||||
},
|
||||
'../Errors/Errors': Errors,
|
||||
'../Errors/HttpErrors': HttpErrors
|
||||
'../Errors/HttpErrors': HttpErrors,
|
||||
'../Email/EmailHandler': { sendEmail: sinon.stub() }
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue