From 299f48132991a1045264ea437b23a5a486eb2838 Mon Sep 17 00:00:00 2001 From: Neil Kakkar Date: Thu, 17 Aug 2023 13:33:34 +0100 Subject: [PATCH] add to core --- posthog-core/test/posthog.featureflags.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/posthog-core/test/posthog.featureflags.spec.ts b/posthog-core/test/posthog.featureflags.spec.ts index 25992ce7..acf8dd09 100644 --- a/posthog-core/test/posthog.featureflags.spec.ts +++ b/posthog-core/test/posthog.featureflags.spec.ts @@ -400,6 +400,7 @@ describe('PostHog Core', () => { properties: { $feature_flag: 'feature-1', $feature_flag_response: true, + '$feature/feature-1': true, }, type: 'capture', },