Currently 'node_modules' and '.git' are excluded per default. It would be nice if the user could add more ignore paths. Alternatively, maybe all hidden directories should be ignored per default.
gets too complicated, --watch needs to be completely thrown out and put into a stand-alone lib so jade/coffeescript/stylus/mocha/everything-else can stop re-inventing
Something that --watch currently has going for it is _speed_. Especially if you have e.g. Babel doing transpilation, invoking mocha separately for each test run is _immensely_ slower than the re-run watch mode does.
Ideas on how to work around this with an external watcher?
Most helpful comment
Something that
--watchcurrently has going for it is _speed_. Especially if you have e.g. Babel doing transpilation, invokingmochaseparately for each test run is _immensely_ slower than the re-run watch mode does.Ideas on how to work around this with an external watcher?