Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ createEnvMock } from
'@sim/testing'
2
import
{ beforeEach, describe, expect, it,
type
Mock, vi } from
'vitest'
3
4
const
mockSend = vi.fn()
Callers
nothing calls this directly
Calls
5
createEnvMock
Function · 0.90
hasEmailService
Function · 0.90
sendEmail
Function · 0.90
sendBatchEmails
Function · 0.90
test
Method · 0.80
Tested by
no test coverage detected