-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Internal: making tests run faster #7497
Copy link
Copy link
Closed
Labels
area: testshelp wantedoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
A lot of things to look into/have changed that may of resulted in this
- Adding Node 9 (do we have to test against this?)
- Switching to jest - is it slower or faster?
- It's nice that it splits by test so we can check the slow tests
- cli tests are really slow (can we consolidate, or mock)
- we added preset-env
- we added babylon
- we have babel-standalonee/env webpack build
-is it possible to just use@babel/coreand merge standalone api into it so we don't have to build it out? With the new repl we would be able to get new deps? Although not sure how it works in regards to per PR builds/artifacts. - investigate not running or only running certain tests if only certain files change. (although we tried multiple times to not run if it was only a markdown change but that had so many issues for us earlier)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: testshelp wantedoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue