Skip to content

Commit

Permalink
test: Update metabase tests for latest vitest version (#4223)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Jan 28, 2025
1 parent b05d6b4 commit 9227ee2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { createCollection } from "./createCollection.js";
describe("createTeamCollection", () => {
beforeEach(() => {
nock.cleanAll();
vi.resetAllMocks();
});

test("creates new collection when metabase ID doesn't exist", async () => {
Expand Down

0 comments on commit 9227ee2

Please sign in to comment.