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

Enhanced test suite #12388

Open
Rich-Harris opened this issue Jul 10, 2024 · 0 comments
Open

Enhanced test suite #12388

Rich-Harris opened this issue Jul 10, 2024 · 0 comments
Assignees

Comments

@Rich-Harris
Copy link
Member

Describe the problem

We occasionally regress in ways that aren't covered by the test suite, because of things like dev vs prod, HMR vs not.

Describe the proposed solution

It would be impractical to run every possible combination on every test run — there are thousands of tests, and the test suite already takes a decent chunk of time to run — but maybe we should do it on changesets PRs so that even if a PR with a regression gets merged, it doesn't get released.

We would only need to do this on one Node/OS combination.

Importance

nice to have

@trueadm trueadm self-assigned this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants