MCPcopy Index your code
hub / github.com/simstudioai/sim / mailer.test.ts

File mailer.test.ts

apps/sim/lib/messaging/email/mailer.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createEnvMock } from '@sim/testing'
2import { beforeEach, describe, expect, it, type Mock, vi } from 'vitest'
3
4const mockSend = vi.fn()

Callers

nothing calls this directly

Calls 5

createEnvMockFunction · 0.90
hasEmailServiceFunction · 0.90
sendEmailFunction · 0.90
sendBatchEmailsFunction · 0.90
testMethod · 0.80

Tested by

no test coverage detected