Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Aug 5, 2024
1 parent 89b9a05 commit 77be26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = async () => {
};

vi.mock('@mui/x-date-pickers');
vi.mock('taskratchet-sdk');
vi.mock('@taskratchet/sdk');
vi.mock('./src/lib/stripe');
vi.mock('./src/lib/saveFeedback');
vi.mock('firebase/auth');
Expand Down

0 comments on commit 77be26b

Please sign in to comment.