views:

36

answers:

1

Hi,

Recently a new framework for Javascript unit testing has been released. HERE Can anyone points me to some sample examples which I can look at to?

This seems to be an excellent framework; considering that it has command line support and integration with popular IDEs.

Any help will be much appreciated.

Cheers -Priyank

+1  A: 

The best place to get started really is the JsTestDriver WIKI That should give you everything you need to get going.

AdaTheDev