Skip to content

Commit dd26af9

Browse files
committed
fix lint
1 parent bed88a4 commit dd26af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/browser/test/transports/fetch.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { EventEnvelope, EventItem } from '@sentry/core';
22
import { createEnvelope, serializeEnvelope } from '@sentry/core';
3-
import { Mock, afterEach } from 'vitest';
4-
import { describe, expect, it, vi } from 'vitest';
3+
import type { Mock } from 'vitest';
4+
import { afterEach, describe, expect, it, vi } from 'vitest';
55
import { makeFetchTransport } from '../../src/transports/fetch';
66
import type { BrowserTransportOptions } from '../../src/transports/types';
77

0 commit comments

Comments
 (0)