Skip to content

Commit

Permalink
refactor: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 27, 2024
1 parent 7f142f7 commit e52cd4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/unit/fake_mailer/mails.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@ test.group('Fake mailer | mails | send', (group) => {
})
})

test('assert using mail class that accepts constructor arguments', async ({ assert, expectTypeOf }) => {
test('assert using mail class that accepts constructor arguments', async ({
assert,
expectTypeOf,
}) => {
const emitter = new Emitter<MailEvents>(app)
const mailer = new FakeMailer('mailgun', emitter, {})
const { mails } = mailer
Expand Down

0 comments on commit e52cd4e

Please sign in to comment.