Open wagnermaciel opened 6 years ago
I had the same problem which I fixed by removing practicalmeteor:mocha (i.e. meteor remove practicalmeteor:mocha
and then by adding this fork instead, with the command meteor add cultofcoders:mocha
. This worked for me. You could also do meteor add meteortesting:mocha
, but that gave me some errors, so I went back to the cultofcoders package.
im seeing same issue: Meteor 1.7.0.1
@alewitt did you attempt my solution?
No. I was just following the tutorial. Its not pressing that i have tests working right now, so i just figured i give it some time to get worked out.
switching to cultofcoders:mocha allows tests to run, but the only tests that run are in the tests/main.js, not the ones described in the tutorial (imports/api/tasks.tests.js)
It doesn't seem to pick up those at all. I even tried to put syntax errors in that file, and there were no error reports. The testing framework seems to ignore it completely.
Hi,
In part 11 of the Blaze simple-todos tutorial I am getting this error
with this error message
Exception while invoking method 'mocha/runServerTests' Error: invalid reporter "[object Object]"
when attempting to run in "test mode" withmeteor test --driver-package practicalmeteor:mocha