Skip to content

Commit 0af9068

Browse files
Apply suggestions from code review
Co-authored-by: Hanna Skryl <80118140+hanna-skryl@users.noreply.github.com>
1 parent d328c9f commit 0af9068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/utils/docs/profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,5 @@ const saved = profiler.measure('save-user', () => saveToDb(user), {
251251

252252
## Resources
253253

254-
- **[Chrome DevTools Extensibility API](?)** - Official documentation for performance profiling
254+
- **[Chrome DevTools Extensibility API](https://developer.chrome.com/docs/devtools/performance/extension)** - Official documentation for performance profiling
255255
- **[User Timing API](https://developer.mozilla.org/en-US/docs/Web/API/User_Timing_API)** - Web Performance API reference

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, expect, it } from 'vitest';
1+
import { beforeEach, describe, expect, it } from 'vitest';
22
import { MockTraceEventFileSink } from '../../../mocks/sink.mock.js';
33
import type { PerformanceEntryEncoder } from '../performance-observer.js';
44
import type { ActionTrackEntryPayload } from '../user-timing-extensibility-api.type.js';

0 commit comments

Comments
 (0)