Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(engine-dom): make feature flags work #2812

Merged
merged 11 commits into from
May 16, 2022
Prev Previous commit
Next Next commit
fix: revert unnecessary test change
  • Loading branch information
nolanlawson committed Apr 29, 2022
commit 01c9664d8b3d33e232d85553a49f0ef5a931f29c
1 change: 0 additions & 1 deletion packages/integration-karma/scripts/karma-plugins/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function createEnvFile() {
MIXED_SHADOW: ${FORCE_NATIVE_SHADOW_MODE_FOR_TEST},
NATIVE_SHADOW: ${!SYNTHETIC_SHADOW_ENABLED || FORCE_NATIVE_SHADOW_MODE_FOR_TEST},
NATIVE_SHADOW_ROOT_DEFINED: typeof ShadowRoot !== 'undefined',
SYNTHETIC_SHADOW_ENABLED: ${SYNTHETIC_SHADOW_ENABLED},
LWC_VERSION: ${JSON.stringify(LWC_VERSION)}
}
};
Expand Down