Switch to mongodb-legacy

GitOrigin-RevId: 11e09528c153de6b7766d18c3c90d94962190371
This commit is contained in:
andrew rumble
2024-08-02 17:27:31 +01:00
committed by Copybot
parent 04b46fa5ff
commit 032deaf05c
113 changed files with 156 additions and 129 deletions
@@ -2,6 +2,7 @@ const Path = require('path')
const SandboxedModule = require('sandboxed-module')
const sinon = require('sinon')
const { expect } = require('chai')
const { ObjectId } = require('mongodb-legacy')
const MODULE_PATH = Path.join(
__dirname,
@@ -59,6 +60,7 @@ describe('SplitTestSessionHandler', function () {
'./SplitTestCache': this.SplitTestCache,
'./SplitTestUserGetter': this.SplitTestUserGetter,
'@overleaf/metrics': this.Metrics,
'mongodb-legacy': { ObjectId },
},
})
})