mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #29546 from overleaf/mfb-from-joi-to-zod-real-time
RE MIGRATE from joi to zod, moving schemas to top level in file GitOrigin-RevId: c1512be2e7d6edf52c3dc01d62f2fc2051b3d9b2
This commit is contained in:
@@ -328,7 +328,7 @@ describe('joinDoc', function () {
|
||||
})
|
||||
|
||||
it('should return an invalid id error', function () {
|
||||
this.error.message.should.equal('invalid id')
|
||||
this.error.message.should.equal('invalid Mongo ObjectId')
|
||||
})
|
||||
|
||||
return it('should not have joined the doc room', function (done) {
|
||||
|
||||
Reference in New Issue
Block a user