Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 17, 2025
1 parent 84fc31d commit 28d19b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/src/components/software/SoftwarePage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jest.mock("~/queries/software", () => ({
usePatterns: () => testingPatterns,
useProposal: () => testingProposal,
useProposalChanges: jest.fn(),
useRepositories: () => [],
useRepositoryMutation: () => {
return {
mutate: jest.fn(),
};
},
}));

describe("SoftwarePage", () => {
Expand Down

0 comments on commit 28d19b3

Please sign in to comment.