Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ observability.spec.ts
File
observability.spec.ts
packages/compiler/src/utils/observability.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach, afterEach } from
"vitest"
;
2
import
trackEvent from
"./observability"
;
3
4
vi.mock(
"./rc"
, () => ({ getRc: () => ({ auth: {} }) }));
Callers
nothing calls this directly
Calls
1
trackEvent
Function · 0.70
Tested by
no test coverage detected