component-test
component-test copied to clipboard
browser: `component test` should default to `component test browser`
+1
Shouldnt it rather default to phantomjs, to stay on the command line?
I like the idea of getting up and running immediately without any additional dependencies. what about if we do a which phantomjs to test if it's installed, then use that, otherwise use browser?
@MatthewMueller yes!
Sounds fine to me. I just said browser because you can assume everyone has one. As long as it works in happy :)
+1