Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Sep 7, 2024
1 parent 8a162f2 commit f6ae09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongodb/setupFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { afterAll, afterEach, beforeAll, beforeEach, inject } from "vitest";
// hack to keep imported vitest types
export type { TestContext } from "vitest";
// hack to fix pnpm build issue
export type {} from "./globalSetup.js";
export type {} from "../globalSetup.js";

import { randomUUID } from "node:crypto";

Expand Down

0 comments on commit f6ae09e

Please sign in to comment.