text changes

This commit is contained in:
jackiettran
2026-01-21 19:20:07 -05:00
parent 420e0efeb4
commit 5d3c124d3e
31 changed files with 16387 additions and 4053 deletions

View File

@@ -159,7 +159,7 @@ describe("EmailClient", () => {
);
expect(SendEmailCommand).toHaveBeenCalledWith({
Source: "Village Share <noreply@villageshare.app>",
Source: "Village Share <noreply@email.com>",
Destination: {
ToAddresses: ["test@example.com"],
},
@@ -253,7 +253,7 @@ describe("EmailClient", () => {
expect(SendEmailCommand).toHaveBeenCalledWith(
expect.objectContaining({
ReplyToAddresses: ["support@villageshare.app"],
ReplyToAddresses: ["support@email.com"],
}),
);
});

View File

@@ -123,7 +123,7 @@ describe("UserEngagementEmailService", () => {
ownerName: "John",
itemName: "Power Drill",
deletionReason: "Violated community guidelines",
supportEmail: "support@villageshare.com",
supportEmail: "support@email.com",
dashboardUrl: "http://localhost:3000/owning",
}),
);
@@ -183,7 +183,7 @@ describe("UserEngagementEmailService", () => {
expect.objectContaining({
userName: "John",
banReason: "Multiple policy violations",
supportEmail: "support@villageshare.com",
supportEmail: "support@email.com",
}),
);
expect(service.emailClient.sendEmail).toHaveBeenCalledWith(