Merge pull request #21472 from overleaf/em-hackathon-mongo-mocks-docker

Do not mock Mongo in unit tests

GitOrigin-RevId: 7a200a4ddc8f91b14e96cf02cb4873c51fc3489a
This commit is contained in:
Eric Mc Sween
2025-01-08 09:05:34 +00:00
committed by Copybot
parent d511a55466
commit e3485f01da
9 changed files with 171 additions and 261 deletions
@@ -0,0 +1,3 @@
/* eslint-disable no-undef */
rs.initiate({ _id: 'overleaf', members: [{ _id: 0, host: 'mongo:27017' }] })