vowsjs / vows

Asynchronous BDD & continuous testing for node.js
http://vowsjs.org
Apache License 2.0
1.56k stars 166 forks source link

Watch mode #380

Open evanp opened 6 years ago

evanp commented 6 years ago

As with vows 0.x, running with -w should:

evanp commented 6 years ago

Is it better to build this into vows, or just to recommend another program like nodemon?

evanp commented 6 years ago

Or is the idea that you'd only run a suite module if the suite changed or any of the files it require()'s changes? That actually seems pretty useful when you have a very big set of test modules.