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:
Brian Gough
2025-11-07 08:34:23 +00:00
committed by Copybot
parent 0cc7bb0fd7
commit b0d7728de3
7 changed files with 29 additions and 29 deletions

View File

@@ -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) {