Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pollinations/pollinations
/ emailService.test.ts
File
emailService.test.ts
apps/micro/src/test/emailService.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach } from
'vitest'
;
2
import
{ EmailService } from
'../services/emailService.js'
;
3
import
type
{ EmailConfig } from
'../types/index.js'
;
4
Callers
nothing calls this directly
Calls
3
renderTemplate
Method · 0.80
sendMail
Method · 0.65
verifyConnection
Method · 0.65
Tested by
no test coverage detected