mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
Merge pull request #3207 from overleaf/jpa-drop-console-log
[misc] drop console.log calls in tests GitOrigin-RevId: 156c94761e55648a92cf98d4c3cce20abb5de623
This commit is contained in:
committed by
Copybot
parent
06c4c0dcb5
commit
e6307237e4
@@ -246,7 +246,6 @@ describe('UserEmailsConfirmationHandler', function() {
|
||||
})
|
||||
|
||||
it('should call the callback with a NotFoundError', function() {
|
||||
console.log(this.callback.lastCall.args)
|
||||
return this.callback
|
||||
.calledWith(sinon.match.instanceOf(Errors.NotFoundError))
|
||||
.should.equal(true)
|
||||
|
||||
Reference in New Issue
Block a user