EyeJS is JavaScript testing framework designed for the real world, it means that it can do meaningful test, without needing to setup a complex testing environment. It includes for example some unique features such as browser based test, in the same command.
Replies
Euclid Calculator
It's the testing framework I'll use in my next project
Pros:It can run tests in the browser
Cons:The $ API is a little bit restricted
Euclid Calculator