Skip to content

Commit

Permalink
chore: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TarunAdobe committed Dec 5, 2024
1 parent b8ccb0a commit 8f4f4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testing-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export async function fixture<T extends Element>(
export async function usedHeapMB(): Promise<
Record<'dom' | 'js' | 'shared' | 'total', number>
> {
// @ts-expect-error - expect typescpript error
// @ts-expect-error - expect typescript error
const memorySample = performance.measureUserAgentSpecificMemory();
const result = (await memorySample) as {
bytes: number;
Expand Down

0 comments on commit 8f4f4a6

Please sign in to comment.