stanleyhlng / mocha-multi-reporters

Generate multiple mocha reports in a single mocha execution.
MIT License
74 stars 22 forks source link

Finding reporter file using current directory does not work with yarn 2 #68

Closed francisu closed 4 years ago

francisu commented 4 years ago

Expected behavior

An unqualified custom reporter file should be found if it's in the current directory.

Actual behavior

It's not found, because the code is looking for a specific npm message, and thus not retrying in the current directory.