Closed as duplicate of#5346
Description
We can get an easy performance bump by using empathic for config resolution (traversal up the fs tree).
We shouldn't be traversing often but this is still a gain, even if small in mocha's case. We're also moving an increasing number of tools to use empathic, so this will de-dupe well over time as it allows us to consolidate many packages across the ecosystem into using just this one.
PR ready to go if you want it 👍