Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a Javascript unit testing framework [closed]

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

like image 567
David MZ Avatar asked Jan 31 '26 12:01

David MZ


2 Answers

Jasmine is a BDD testing framework for javascript that works client-side or server-side. It works well in Rails, Node, Maven, etc. There's also a lot of plugins for things like jQuery.

like image 61
Mario Avatar answered Feb 03 '26 01:02

Mario


Jquery team is using its Qunit for client side testing . It has a potential.

like image 45
Michal Franc Avatar answered Feb 03 '26 01:02

Michal Franc