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

🔨 Faster tests execution with babel #4338

Merged
merged 12 commits into from Oct 21, 2023
Merged

🔨 Faster tests execution with babel #4338

merged 12 commits into from Oct 21, 2023

Commits on Oct 20, 2023

  1. 🔨 Faster tests execution with babel

    Up-to-now, we used to rely on ts-jest to run our tests against jest. But while powerful, it also imply checking the types which come with a non-negligeable cost. As we already check the types into a dedicated CI tasks, we prefer not spending this time again in the test part.
    
    Let's see what will be the perfromance impact of such change.
    dubzzz committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ae6b29b View commit details
    Browse the repository at this point in the history
  2. versions

    dubzzz committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    afa5a9e View commit details
    Browse the repository at this point in the history
  3. format

    dubzzz committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9eef35f View commit details
    Browse the repository at this point in the history
  4. examples

    dubzzz committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    59a8ab9 View commit details
    Browse the repository at this point in the history
  5. dedupe

    dubzzz committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3763919 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6654604 View commit details
    Browse the repository at this point in the history
  7. preset react too

    dubzzz committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e8209a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bc5f51 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Add jest-ts-webcompat-resolver

    dubzzz committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    95e33ea View commit details
    Browse the repository at this point in the history
  2. attempt to fix

    dubzzz committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    5b91b3c View commit details
    Browse the repository at this point in the history
  3. adapt snaps

    dubzzz committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    eb5ee24 View commit details
    Browse the repository at this point in the history
  4. fix stringified

    dubzzz committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    593a313 View commit details
    Browse the repository at this point in the history