Skip to content

Commit

Permalink
refactor: remove extra export
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Sep 9, 2024
1 parent 1353b08 commit cf94548
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mongodb/mmsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ import { afterAll, inject, test } from "vitest";

export type { ProvidedContext } from "../globalSetup.js";

declare module "vitest" {
export interface ProvidedContext {
MONGO_URI: string;
}
}
let client: MongoClient | undefined;

afterAll(async () => {
Expand Down

0 comments on commit cf94548

Please sign in to comment.