Skip to content

Commit d2d60f9

Browse files
committed
fix linter errors
1 parent 98dea38 commit d2d60f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/test/lib/base.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { dsnToString, logger, SentryError, SyncPromise } from '@sentry/utils';
44

55
import * as integrationModule from '../../src/integration';
66
import { NoopTransport } from '../../src/transports/noop';
7-
import { TestBackend } from '../mocks/backend';
87
import { TestClient } from '../mocks/client';
98
import { TestIntegration } from '../mocks/integration';
109
import { FakeTransport } from '../mocks/transport';

packages/core/test/mocks/client.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Session } from '@sentry/hub';
2-
import { Options, Severity, Event, Transport } from '@sentry/types';
2+
import { Event, Options, Severity, Transport } from '@sentry/types';
33
import { resolvedSyncPromise } from '@sentry/utils';
4+
45
import { BaseClient } from '../../src/baseclient';
56
import { initAndBind } from '../../src/sdk';
67
import { TestBackend } from './backend';

0 commit comments

Comments
 (0)