mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
Address Greptile telemetry review comments
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
9b3ad6e616
commit
68b2fe20bb
3 changed files with 44 additions and 2 deletions
|
|
@ -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,
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue