mad-eye / meteor-mocha-web

easily and safely run mocha tests within the Meteor framework
MIT License
145 stars 46 forks source link

Add the ability to use mocha's `skip` and `only` to tests #81

Open taromero opened 10 years ago

taromero commented 10 years ago

The ones describe here:

When trying to use them on meteor-mocha-web, I receive an error that they are not defined.

taromero commented 9 years ago

Now when I try to use them, it says TypeError: Cannot call method 'grep' of undefined. Any idea @rissem ?