1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

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

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}$/)