mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Merge pull request #1994 from overleaf/ta-missing-stub
Add missing EmailHandler stub GitOrigin-RevId: d497807068623e1338a95d2dfa02c56726ca39d1
This commit is contained in:
committed by
sharelatex
parent
3b3e9e79fa
commit
285edfff36
@@ -109,7 +109,8 @@ describe('UserController', function() {
|
||||
inc() {}
|
||||
},
|
||||
'../Errors/Errors': Errors,
|
||||
'../Errors/HttpErrors': HttpErrors
|
||||
'../Errors/HttpErrors': HttpErrors,
|
||||
'../Email/EmailHandler': { sendEmail: sinon.stub() }
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user