From 2fb2d2028f7c94fe1e221916f040409eb47870fe Mon Sep 17 00:00:00 2001 From: Ben White Date: Fri, 13 Dec 2024 13:36:04 +0100 Subject: [PATCH] fix --- src/__tests__/remote-config.test.ts | 2 -- 1 file changed, 2 deletions(-) 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',