Skip to content

Commit e4fe07f

Browse files
committed
fix imports for linter
1 parent aa9e709 commit e4fe07f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/react-router/test/server/sdk.test.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
2-
3-
import { getGlobalScope } from '@sentry/core';
41
import type { Event, EventType } from '@sentry/core';
5-
import * as SentryNode from '@sentry/node';
2+
import { getGlobalScope } from '@sentry/core';
63
import type { NodeClient } from '@sentry/node';
4+
import * as SentryNode from '@sentry/node';
75
import { SDK_VERSION } from '@sentry/node';
8-
6+
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
97
import { init as reactRouterInit, lowQualityTransactionsFilter } from '../../src/server/sdk';
108

119
const nodeInit = vi.spyOn(SentryNode, 'init');

0 commit comments

Comments
 (0)