Skip to content

Commit 84c3c84

Browse files
document how to fix tests when using resend (#359)
1 parent 839a39d commit 84c3c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ fly secrets set RESEND_API_KEY="re_blAh_blaHBlaHblahBLAhBlAh" --app [YOUR_APP_NA
1717
```
1818

1919
Setup a [custom sending domain](https://resend.com/domains) and then make sure
20-
to update the `from` email address in `app/utils/email.server.ts` to the one you
20+
to update the `from` email address in `app/utils/email.server.ts` and the `expect(email.from).toBe` in `tests/e2e/onboarding.test.ts` to the one you
2121
want your emails to come from.

0 commit comments

Comments
 (0)