-
Notifications
You must be signed in to change notification settings - Fork 13
doesn't run tests #97
Comments
I read on the
I'm not totally sure what they mean by package, but I think it means you are not supposed to be able to run tests using vanilla mocha as well as the practicalmeteor:mocha driver. It's one or the other. Try moving your tests out of the |
So basically, the whole section in "App testing with meteor test" is phony... wth? |
No not phony at all! If you want to use Mocha with Meteor you have to either use the Good luck. It has taken me quite a while to get to grips with testing Meteor. |
I did exactly this.
Same here, main problem is that i use a webdriver for node which doesn't know anything about meteor, but this is unrelated to the current problem here. also i read they want to reorganize meteor to become a node module which would simplify lots of things. |
Maybe related, but I've noticed that if I put my |
That's why i made an extra dir called |
I have a /test and a /tests directory and my test files follow the *.test.js convention.
Still when i run:
meteor test --driver-package practicalmeteor:mocha
no test is executed...The tests run when i use mocha --recursive tests
The text was updated successfully, but these errors were encountered: