Skip to content

Commit 3ec2c90

Browse files
committed
eslint: run --fix
1 parent c7ba372 commit 3ec2c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/profiling-browser/test/integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import type { Event } from '@sentry/types';
12
import { JSDOM } from 'jsdom';
23

3-
import { BrowserProfilingIntegration, PROFILING_EVENT_CACHE, sendProfile } from '../src/integration';
4-
import { Event } from '@sentry/types';
54
import { getCurrentHub } from '../../core/src/hub';
5+
import { BrowserProfilingIntegration, PROFILING_EVENT_CACHE, sendProfile } from '../src/integration';
66

77
describe('BrowserProfilingIntegration', () => {
88
beforeEach(() => {

0 commit comments

Comments
 (0)