Skip to content

Commit

Permalink
refactor: export stubsRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 9, 2024
1 parent 282e862 commit 926ec8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export * as errors from './src/errors.js'
export { Mailer } from './src/mailer.js'
export { Message } from './src/message.js'
export { configure } from './configure.js'
export { stubsRoot } from './stubs/main.js'
export { BaseMail } from './src/base_mail.js'
export { FakeMailer } from './src/fake_mailer.js'
export { MailManager } from './src/mail_manager.js'
Expand Down

0 comments on commit 926ec8c

Please sign in to comment.