Address Greptile telemetry review comments

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta 2026-04-03 14:11:11 -05:00
parent 9b3ad6e616
commit 68b2fe20bb
3 changed files with 44 additions and 2 deletions

View file

@ -22,7 +22,7 @@ import {
const mockTelemetryClient = vi.hoisted(() => ({ track: vi.fn() }));
const mockTrackRoutineRun = vi.hoisted(() => vi.fn());
vi.mock("../telemetry.ts", () => ({
vi.mock("../telemetry.js", () => ({
getTelemetryClient: () => mockTelemetryClient,
}));