Skip to content

Commit a4ef406

Browse files
author
John Doe
committed
refactor: rename tests file
1 parent b979e1d commit a4ef406

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/utils/src/lib/user-timing-extensibility-api.type.unit.test.ts renamed to packages/utils/src/lib/user-timing-extensibility-api.type.test.ts

File renamed without changes.

packages/utils/src/lib/user-timing-extensibility-api.type.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import type {
2-
MarkOptions,
3-
MeasureOptions,
4-
PerformanceMark,
5-
PerformanceMeasure,
6-
} from 'node:perf_hooks';
1+
import type { MarkOptions, MeasureOptions } from 'node:perf_hooks';
72

83
export type DevToolsFeedbackColor = 'error' | 'warning';
94

0 commit comments

Comments
 (0)