You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@jcoreio/toolchain-esnext): fix mocha CJS resolution issues
In a project with `outputEsm: false`, mocha's `importOrRequire` can end up trying to import
the file via `babelRegisterEsmWrapper` ^Cd failing with a "require is not defined in ES"
error that it mocha doesn't identify as a reason to try `require`ing the file instead.