Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ telemetry.test.ts
File
telemetry.test.ts
packages/server/src/utils/telemetry.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, describe, expect, it, jest } from
'@jest/globals'
2
3
// ---------- mocks (must be hoisted) ----------
4
jest.mock(
'geoip-lite'
, () => ({ lookup: jest.fn() }))
Callers
nothing calls this directly
Calls
3
emitEvent
Function · 0.90
sendTelemetry
Method · 0.80
flush
Method · 0.80
Tested by
no test coverage detected