Matt Hughes

Results 3 comments of Matt Hughes

Try the [mocha --exit](https://mochajs.org/#-exit) flag for CI, and try `"mochaExplorer.exit": true` in settings.json for the test UI.

It's because the `streamPassThrough` starts paused, so the close and end events are never emitted and the promise never resolves. See [Node.js Streams, two reading modes](https://nodejs.org/dist/latest-v18.x/docs/api/stream.html#two-reading-modes). When you attach the...

I also have this problem with spacemacs. I don't use the purpose layer, and was able to solve this by excluding the window-purpose package in my .spacemacs file: ``` ;;...