Hacker News new | ask | show | jobs
by retro212 5322 days ago
Did you try http://www.funcunit.com/ for JavaScript testing?
1 comments

Is there a better JS unit test framework where I can run it from the console without having to open the browser?

A few CI tools don't work well with the "requires browser to run test" paradigm.

I understand that means there might be class of errors that the no-browser test would not be able to catch but it's still a huge win.