Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to specify ignored directories for the -w option or ignore all hidden directories #909

Closed
brodo opened this issue Jun 27, 2013 · 2 comments

Comments

@brodo
Copy link

brodo commented Jun 27, 2013

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.

@tj
Copy link
Contributor

tj commented Jul 1, 2013

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

@tj tj closed this as completed Jul 1, 2013
@jareware
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants