We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b763d55 commit 8a8c1bfCopy full SHA for 8a8c1bf
packages/core/test/metrics.test.ts
@@ -1,6 +1,6 @@
1
import { getClient, metrics, setCurrentClient } from '@sentry/core';
2
import { ReactNativeClient } from '../src/js';
3
-import { getDefaultTestClientOptions, TestClient } from './mocks/client';
+import { getDefaultTestClientOptions } from './mocks/client';
4
import { NATIVE } from './mockWrapper';
5
6
jest.mock('../src/js/wrapper', () => jest.requireActual('./mockWrapper'));
0 commit comments