Knowledge for drafts and clean schema clean up #1014
Annotations
2 errors
utils/stringify-email.test.ts > stringifyEmail > should format email with all fields:
apps/web/utils/stringify-email.test.ts#L24
AssertionError: expected '<from>[email protected]</from>\n<reply…' to be '<from>[email protected]</from>\n<reply…' // Object.is equality
- Expected
+ Received
<from>[email protected]</from>
<replyTo>[email protected]</replyTo>
<cc>[email protected]</cc>
+ <date>2025-04-03T14:54:33.574Z</date>
<subject>Test Subject</subject>
<body>Hello world</body>
❯ utils/stringify-email.test.ts:24:20
|
test
Process completed with exit code 1.
|