Skip to content

Commit a952dfe

Browse files
committed
refactor: remove vitest imports
1 parent 42dd944 commit a952dfe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/utils/src/lib/profiler/profiler.unit.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { performance } from 'node:perf_hooks';
22
import { threadId } from 'node:worker_threads';
3-
import { beforeEach, describe, expect, it, vi } from 'vitest';
43
import type { ActionTrackEntryPayload } from '../user-timing-extensibility-api.type.js';
54
import { Profiler, type ProfilerOptions, getProfilerId } from './profiler.js';
65

packages/utils/src/lib/profiler/wal-json-trace.unit.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { describe, expect, it } from 'vitest';
21
import type { UserTimingTraceEvent } from './trace-file.type.js';
32
import { generateTraceContent, traceEventWalFormat } from './wal-json-trace.js';
43

0 commit comments

Comments
 (0)