jscodeshift icon indicating copy to clipboard operation
jscodeshift copied to clipboard

testOptions aren't propagated through some of the test methods

Open SKaistrenko opened this issue 2 years ago • 0 comments

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)

SKaistrenko avatar Jan 09 '24 21:01 SKaistrenko