Skip to content

Commit e53b1c0

Browse files
examples: fix mailtrap imports in testing
1 parent ce67277 commit e53b1c0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/testing/attachments.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MailtrapClient } from "../../src"
1+
import { MailtrapClient } from "mailtrap"
22

33
const TOKEN = "<YOUR-TOKEN-HERE>";
44
const TEST_INBOX_ID = "<YOUR-TEST-INBOX-ID-HERE>"

examples/testing/inboxes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MailtrapClient } from "../../src"
1+
import { MailtrapClient } from "mailtrap"
22

33
const TOKEN = "<YOUR-TOKEN-HERE>";
44
const TEST_INBOX_ID = "<YOUR-TEST-INBOX-ID-HERE>"

examples/testing/messages.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MailtrapClient } from "../../src"
1+
import { MailtrapClient } from "mailtrap"
22

33
const TOKEN = "<YOUR-TOKEN-HERE>";
44
const TEST_INBOX_ID = "<YOUR-TEST-INBOX-ID-HERE>"

examples/testing/template.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MailtrapClient } from "../../src"
1+
import { MailtrapClient } from "mailtrap"
22

33
/**
44
* For this example to work, you need to set up a sending domain,

0 commit comments

Comments
 (0)