feat(config): allow passing option to force node crawl#11264
feat(config): allow passing option to force node crawl#11264SimenB merged 4 commits intojestjs:masterfrom
Conversation
|
Thanks for making this change! Just want to add a note that I was benchmarking jest locally (M1 MacBook Air with macOS 11.2.3), and noticed that In our relatively small monorepo, this results in a find execution that takes several seconds and produces a huge output (43512 lines / 6MB of text). |
|
Ah, that's a very good point. Exclusions in |
|
Yep. I also understand that it may be difficult to translate to a |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Due to #9351 (comment), I want to allow people to configure it.
We should consider defaulting to the Node crawl, but that's separate. With this, at least people can choose
Test plan
Verified via debug statements the option makes it all the way through from jest config to haste-map