ember-cli-addon-tests
ember-cli-addon-tests copied to clipboard
stopServer() never resolves with yarn
trafficstars
Spent the last two hours trying to make tests pass on travis with ember-cli-addon-tests addon.
Turned out that yarn test failed, but npm test passed. 🤦♂️
With yarn the app.stopServer() promise never resolves. Something in yarn is not letting us kill child processes (which is what stopServer does).
I have this issue on my mac after yarn 1.10.1 -> 1.12.3 and RHE7 1.9.4 -> 1.12.3