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

Use jest projects instead of custom jest wrapper #28723

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 5, 2024

  1. Use jest projects instead of custom jest wrapper

    This uses Jest's first party support for "projects" instead of passing different config flags to jest. This should make it easier to locally run all variations of a single test and removes all the custom argument parsing.
    
    ## TODO
    - is the outcome actually easier?
    - look into devtools tests
    - `ReactClassEquivalence-test` is disabled for now
    - figure out how to handle the "build" variants, I'm thinking those might be a different package.json script that sets an env variable as it's probably rarely used locally (super slow to build before)
    kassens committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d07d70a View commit details
    Browse the repository at this point in the history