Skip to content

Commit

Permalink
chore(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 29, 2024
1 parent dfc1fb7 commit 0a36f4d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/unit/drivers/SmtpDriverTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,8 @@ export default class SmtpDriverTest extends BaseTest {
// @ts-ignore
const content = Mail.driver.message.html

assert.deepEqual(
content,
'<h1>[email protected]</h1>\n' +
'<h1>Hello from Athenna!</h1>\n' +
'<h1>[email protected]</h1>\n' +
'<h1>Hello World!</h1>'
)
assert.isTrue(content.includes('<h1>[email protected]</h1>'))
assert.isTrue(content.includes('<h1>Hello from Athenna!</h1>'))
assert.deepEqual(result.response, '250 OK: message queued')
assert.deepEqual(result.envelope, { from: '[email protected]', to: ['[email protected]'] })
}
Expand Down

0 comments on commit 0a36f4d

Please sign in to comment.