Skip to content

Commit ccfad0a

Browse files
committed
Lint and test fix.
1 parent f762aea commit ccfad0a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/sdk/browser/src/BrowserClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
BasicLogger,
55
LDClient as CommonClient,
66
Configuration,
7-
createSafeLogger,
87
Encoding,
98
FlagManager,
109
internal,

packages/shared/sdk-client/__tests__/configuration/Configuration.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ describe('Configuration', () => {
2222
withReasons: false,
2323
eventsUri: 'https://events.launchdarkly.com',
2424
flushInterval: 30,
25-
logger: {
26-
_destination: console.error,
27-
_logLevel: 1,
28-
_name: 'LaunchDarkly',
29-
},
25+
logger: expect.anything(),
3026
maxCachedContexts: 5,
3127
privateAttributes: [],
3228
sendEvents: true,

0 commit comments

Comments
 (0)