mad-eye / meteor-mocha-web

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

Check that Velocity is enabled before running tests #185

Closed serut closed 9 years ago

serut commented 9 years ago

You can toggle tests now depending of the value of process.env.VELOCITY: if VELOCITY = 0, tests will not be performed.

rissem commented 9 years ago

Thanks!