Skip to content

Commit 0b9d7ee

Browse files
committed
Lint
1 parent 0f23911 commit 0b9d7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-utils/test/browser/browserMetrics.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import type { Span } from '@sentry/core';
1212
import { _addMeasureSpans, _addResourceSpans } from '../../src/metrics/browserMetrics';
1313
import { WINDOW } from '../../src/types';
1414
import { TestClient, getDefaultClientOptions } from '../utils/TestClient';
15-
import {describe, beforeEach, it, expect, beforeAll, afterAll } from 'vitest';
15+
import { describe, beforeEach, it, expect, beforeAll, afterAll } from 'vitest';
1616

1717
const mockWindowLocation = {
1818
ancestorOrigins: {},

0 commit comments

Comments
 (0)