Finding a Javascript Module Testing Framework

What do you recommend as the best and most documented Unit Test Framework for Javascript?

+3
source share
6 answers

Jasmine is the basis of BDD testing for javascript, which runs on the client side or server side. It works well in Rails, Node, Maven, etc. There are also many plugins for things like jQuery.

+5
source

The Jquery team uses Qunit for client-side testing. He has the potential.

+2
source

JSUnit , .

+1

. JSUnit, , , , Firebug FireUnit.

+1

npm , "unit test".

CommonJS.

, github. . .

0

, - bob.js.

0

All Articles