Skip to content

Commit

Permalink
Fix mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
dsamojlenko committed Oct 17, 2024
1 parent b2302a9 commit 4fcf9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/invitations/tests/invitations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jest.mock("@lib/auditLogs");
jest.mock("@lib/users");
jest.mock("@lib/templates");
jest.mock("@lib/origin");
jest.mock("@lib/invitations/emailTemplates/inviteToForms");
jest.mock("@lib/invitations/emailTemplates/inviteToCollaborate");
jest.mock("@lib/invitations/emailTemplates/ownerAddedNotification");
jest.mock("@lib/invitations/emailTemplates/inviteToFormsEmailTemplate");
jest.mock("@lib/invitations/emailTemplates/inviteToCollaborateEmailTemplate");
jest.mock("@lib/invitations/emailTemplates/ownerAddedEmailTemplate");

describe("Invitations", () => {
beforeEach(() => {
Expand Down

0 comments on commit 4fcf9e1

Please sign in to comment.