Skip to content

Commit 8a8c1bf

Browse files
committed
Lint fix
1 parent b763d55 commit 8a8c1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/metrics.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getClient, metrics, setCurrentClient } from '@sentry/core';
22
import { ReactNativeClient } from '../src/js';
3-
import { getDefaultTestClientOptions, TestClient } from './mocks/client';
3+
import { getDefaultTestClientOptions } from './mocks/client';
44
import { NATIVE } from './mockWrapper';
55

66
jest.mock('../src/js/wrapper', () => jest.requireActual('./mockWrapper'));

0 commit comments

Comments
 (0)