Remove no longer needed jest.unmnock call.

This commit is contained in:
Sam Rose 2024-03-20 15:42:40 +00:00
parent ff22db3d9f
commit db4c3eb214
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ import * as setup from "../utilities"
import { databaseTestProviders } from "../../../../integrations/tests/utils"
import { MongoClient, type Collection, BSON } from "mongodb"
jest.unmock("mongodb")
const collection = "test_collection"
const expectValidId = expect.stringMatching(/^\w{24}$/)