Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ index.test.ts
File
index.test.ts
packages/queue/src/tasks/email-notification/index.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
jest.mock(
'graphile-worker'
, () => ({}));
2
jest.mock(
'@linen/web/mailers/NotificationMailer'
, () => ({
3
send: jest.fn(),
4
sendMention: jest.fn(),
Callers
nothing calls this directly
Calls
9
create
Function · 0.90
createNotification
Function · 0.90
handleNotificationEmailTask
Function · 0.90
handleNotificationEvent
Function · 0.90
serializeThread
Function · 0.90
serializeMessage
Function · 0.90
test
Function · 0.85
map
Method · 0.80
random
Function · 0.70
Tested by
no test coverage detected