5 ms·
Very nice. I wonder how hard this would be to throw into Jasmine/QUnit type scenarios.
by UnixHakr 12y ago
Very nice. I wonder how hard this would be to throw into Jasmine/QUnit type scenarios.
- petrbela 12y agoIf you're using karma to run your jasmine specs, then I'd let karma-bro to run the files through browserify transform.
- Joeri 12y agoI'm wondering whether I can add it into my team's svn pre-commit hook that already does jshint checking. It's remarkable what a difference in runtime js errors and overall code quality that pre-commit hook made for us.