practicalmeteor / meteor-mocha

Depreciated - Write meteor package tests with mocha and run them in the browser or from the command line with spacejam.
https://atmospherejs.com/practicalmeteor/mocha
Other
41 stars 13 forks source link

Describe.only and it.only doesn't work #78

Open realyze opened 7 years ago

realyze commented 7 years ago

Thanks for this great package!

I've found that describe.skip works as expected (i.e., skips the test suite), but describe.only and/or it.only doesn't seem to have any effect whatsoever making it pretty hard to debug tests.

I'm on Meteor 1.4, running with --full-app.

jaskinn commented 7 years ago

I am also experiencing this.

mordka commented 7 years ago

It was always like that. You get used to it.

realyze commented 7 years ago

@mordka No you don't. :-) I've switched to https://github.com/DispatchMe/meteor-mocha and it works as expected.

mordka commented 7 years ago

Awesome tip! I didn't track this area. I need to update my projects then!