MCPcopy
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

1import { describe, it, expect, vi, beforeEach, afterEach } from "vitest";
2import trackEvent from "./observability";
3
4vi.mock("./rc", () => ({ getRc: () => ({ auth: {} }) }));

Callers

nothing calls this directly

Calls 1

trackEventFunction · 0.70

Tested by

no test coverage detected