You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need the disableSyntheticShadowSupport flag to be set for the LWC compiler for some of my components but unfortunately there seems to be no way to pass in custom configs to the lwcCompiler.transformSync(...) invocation in @lwc/jest-transformer, which disables me from testing the components involved.
Describe the solution you'd like
Exposing such configurations to maybe jest.config.js.
Thanks.
The text was updated successfully, but these errors were encountered:
I need the
disableSyntheticShadowSupport
flag to be set for the LWC compiler for some of my components but unfortunately there seems to be no way to pass in custom configs to thelwcCompiler.transformSync(...)
invocation in@lwc/jest-transformer
, which disables me from testing the components involved.Describe the solution you'd like
Exposing such configurations to maybe
jest.config.js
.Thanks.
The text was updated successfully, but these errors were encountered: