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

Add "watch" on test files change #72

Closed
marty-wang opened this issue Nov 23, 2011 · 5 comments
Closed

Add "watch" on test files change #72

marty-wang opened this issue Nov 23, 2011 · 5 comments

Comments

@marty-wang
Copy link

Currently there is growl support, which is great. Would it be more useful when it works in combination with watching test files change? Thanks!

@tj
Copy link
Contributor

tj commented Nov 23, 2011

I'm not a fan of file watchers, it's something that people keep re-creating when you can just use watch(1), watch make test etc

@tj
Copy link
Contributor

tj commented Nov 23, 2011

but maybe :p we'll see

@3rd-Eden
Copy link

--watch +1 ;D

@dhendo
Copy link
Contributor

dhendo commented Nov 29, 2011

I've got watch working, but is there a way to retain the colors? A limited amount of googling suggests that there isn't... unless you know otherwise?

@dhendo
Copy link
Contributor

dhendo commented Nov 29, 2011

Ah... figured it out - you need to force colors on both mocha and watch:

watch -n 10 --color mocha -c

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

4 participants