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

Support jest 18 transformer requirements #2243

Merged
merged 3 commits into from Apr 25, 2022

Commits on Apr 25, 2022

  1. Use the TransformedSource format for Jest processing

    In Jest <=v27 it was expected that the transformed source would return
    an object with a code property containing the transformed code, but it
    was accepted as a shortcut to just return a string.
    
    Jest 28 makes the code object a strict requirement and simple string
    returns are no longer accepted.
    ryanwilsonperkin committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3101af8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c3d96 View commit details
    Browse the repository at this point in the history
  3. Changelog

    ryanwilsonperkin committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ec6fd07 View commit details
    Browse the repository at this point in the history