Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use cosmiconfigSync to work around segfault in tests
Consistently running into a segfault coming from Node as a result of cosmiconfig attempting to run a dynamic import on the listed .js config file caused by: nodejs/node#35889 jestjs/jest#11438 Using cosmiconfigSync to workaround this which will fall back to using a synchronous require() call.
- Loading branch information