Skip to content

Commit c15b2e4

Browse files
committed
Fixup
1 parent c8fca4c commit c15b2e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/initLDClient.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ jest.mock('launchdarkly-js-client-sdk', () => {
99
jest.mock('../package.json', () => ({ version: 'mock.version' }));
1010

1111
import { initialize, LDClient, LDOptions, LDUser } from 'launchdarkly-js-client-sdk';
12-
import { LDReactOptions } from './types';
1312
import initLDClient from './initLDClient';
1413

1514
const ldClientInitialize = initialize as jest.Mock;
1615

1716
const clientSideID = 'deadbeef';
18-
const defaultUser: LDUser = { key: 'abcdef' };
1917
const options: LDOptions = { bootstrap: 'localStorage' };
2018
const extraOptionsAddedBySdk: LDOptions = {
2119
wrapperName: 'react-client-sdk',

0 commit comments

Comments
 (0)