Skip to content

Commit

Permalink
test: Update metabase tests for latest vitest version
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jan 28, 2025
1 parent e3da57f commit d47491b
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 d47491b

Please sign in to comment.