fix(worker,framework): email cid images fixes NV-6777 #16923
Annotations
3 errors
Run Lint, Build, Test
Error: The process '/opt/hostedtoolcache/node/20.19.0/x64/bin/npx' failed with exit code 1
|
Run Lint, Build, Test:
packages/providers/src/lib/email/resend/resend.provider.spec.ts#L92
AssertionError: expected "send" to be called with arguments: [ { …(8) } ]
Received:
1st send call:
Array [
Object {
"attachments": Array [
Object {
"content": Object {
"data": Array [
116,
101,
115,
116,
],
"type": "Buffer",
},
+ "contentId": undefined,
"filename": "test.txt",
},
],
"bcc": undefined,
"cc": undefined,
"from": "Test User <test@test.com>",
+ "headers": undefined,
"html": "<div> Mail Content </div>",
- "reply_to": null,
+ "replyTo": null,
"subject": "Test subject with _passthrough",
+ "text": undefined,
"to": Array [
"test@test.com",
],
},
]
Number of calls: 1
❯ src/lib/email/resend/resend.provider.spec.ts:92:15
|
Run Lint, Build, Test:
packages/providers/src/lib/email/resend/resend.provider.spec.ts#L57
AssertionError: expected "send" to be called with arguments: [ { …(8) } ]
Received:
1st send call:
Array [
Object {
"attachments": Array [
Object {
"content": Object {
"data": Array [
116,
101,
115,
116,
],
"type": "Buffer",
},
+ "contentId": undefined,
"filename": "test.txt",
},
],
"bcc": undefined,
"cc": undefined,
"from": "Test User <test@test.com>",
+ "headers": undefined,
"html": "<div> Mail Content </div>",
- "reply_to": null,
+ "replyTo": null,
"subject": "Test subject",
+ "text": undefined,
"to": Array [
"test@test.com",
],
},
]
Number of calls: 1
❯ src/lib/email/resend/resend.provider.spec.ts:57:15
|
Loading