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
applyTransform relies on testOptions for a parser option.
At the same time defineSnapshotTestFromFixture, defineSnapshotTest, runSnapshotTest (maybe others) don't propagate user-supplied testOptions.
A possible work-around is to run export the parser const from the transformer module, but that limit the ability to use the module with multiple transformers (e.g babylon and ts)
The text was updated successfully, but these errors were encountered:
applyTransform
relies ontestOptions
for aparser
option.At the same time
defineSnapshotTestFromFixture
,defineSnapshotTest
,runSnapshotTest
(maybe others) don't propagate user-suppliedtestOptions
.A possible work-around is to run export the parser const from the transformer module, but that limit the ability to use the module with multiple transformers (e.g
babylon
andts
)The text was updated successfully, but these errors were encountered: