Remove no longer needed jest.unmnock call.
This commit is contained in:
parent
ff22db3d9f
commit
db4c3eb214
|
@ -3,8 +3,6 @@ import * as setup from "../utilities"
|
||||||
import { databaseTestProviders } from "../../../../integrations/tests/utils"
|
import { databaseTestProviders } from "../../../../integrations/tests/utils"
|
||||||
import { MongoClient, type Collection, BSON } from "mongodb"
|
import { MongoClient, type Collection, BSON } from "mongodb"
|
||||||
|
|
||||||
jest.unmock("mongodb")
|
|
||||||
|
|
||||||
const collection = "test_collection"
|
const collection = "test_collection"
|
||||||
|
|
||||||
const expectValidId = expect.stringMatching(/^\w{24}$/)
|
const expectValidId = expect.stringMatching(/^\w{24}$/)
|
||||||
|
|
Loading…
Reference in New Issue