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).
Spent the last two hours trying to make tests pass on travis with ember-cli-addon-tests addon.
Turned out that
yarn testfailed, butnpm testpassed. 🤦♂️With yarn the
app.stopServer()promise never resolves. Something in yarn is not letting us kill child processes (which is what stopServer does).