Alex St Laurent

Results 2 comments of Alex St Laurent

I was attempting to run a test against the [promise.allsettled shim](https://github.com/ljharb/Promise.allSettled) and ran into this issue. `require` was defined, but it could not resolve the module I went with @jugglinmike's...

In case anyone still experiences issues here: In git bash, `test/**/*.js` seems to only match one level deep by default. You have to enable globstar first via `shopt -s globstar`....