Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Jul 3, 2024
1 parent e2f7ac8 commit 41d9086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/starterMods.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jest.mock("@/auth/authStorage", () => ({
addListener: jest.fn(),
}));

jest.mock("@/utils/extensionUtils");
jest.mock("@/contentScript/messenger/api");
jest.mock("./refreshRegistries");

const isLinkedMock = jest.mocked(isLinked);
Expand Down

0 comments on commit 41d9086

Please sign in to comment.