1
0
Fork 0
mirror of synced 2024-09-24 21:31:17 +12:00

Fix tests.

This commit is contained in:
Sam Rose 2024-09-19 11:41:10 +01:00
parent 6d7cffa43e
commit 74effbb55b
No known key found for this signature in database

View file

@ -148,6 +148,7 @@ describe("feature flags", () => {
const env: Partial<typeof environment> = {
TENANT_FEATURE_FLAGS: environmentFlags,
SELF_HOSTED: false,
POSTHOG_FEATURE_FLAGS_ENABLED: "true",
}
if (posthogFlags) {