diff --git a/src/__tests__/remote-config.test.ts b/src/__tests__/remote-config.test.ts index 473bb1d0a..6fb265281 100644 --- a/src/__tests__/remote-config.test.ts +++ b/src/__tests__/remote-config.test.ts @@ -9,8 +9,6 @@ describe('RemoteConfigLoader', () => { let posthog: PostHog beforeEach(() => { - // clean the JSDOM to prevent interdependencies between tests - const defaultConfig: Partial = { token: 'testtoken', api_host: 'https://test.com',