Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mongo/tests/common.ts>testWithClient

MongoDB driver for Deno
Extremely Popular
Go to Latest
function testWithClient
import { testWithClient } from "https://deno.land/x/mongo@v0.31.1/tests/common.ts";

Parameters

name: string
fn: (client: MongoClient) => void | Promise<void>