Skip to content

Deprecated Mongo connection options in npm page #340

@ericsj

Description

@ericsj

The following code in the project npm page has deprecated connect() options

beforeAll(async () => { connection = await MongoClient.connect(global.__MONGO_URI__, { useNewUrlParser: true, useUnifiedTopology: true, });

Both connection options used are not present on the reference page

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions