Stuck on running-tests when using mocha-console-runner

Hi there,

Tests are working when I use meteor test --driver-package=practicalmeteor:mocha, but not with spacejam test --driver-package=practicalmeteor:mocha-console-runner

Here’s my console output:

spacejam: spawning meteor
[[[[[ Tests ]]]]]

=> Started proxy.
=> Started MongoDB.
spacejam: meteor mongodb is ready
=> Started your app.

=> App running at: http://localhost:4096/
spacejam: meteor is ready
spacejam: spawning phantomjs
phantomjs: Running tests at http://localhost:4096/local using test-in-console

And then, nothing happens.
http://localhost:4096/local shows a blank page without errors.

Any ideas?