I have forked JsUnitTest over at github into JsUnitTest-VS in the interest of creating a Visual Studio 2008 friendly JavaScript unit testing framework.
The fork, new name and versioning are prompted by the fact that the infrastructure of the project is php/ruby oriented. I am not only NOT really inclined to switch my development paradigm to PHP/RUBY to work on a library that is intended for Visual Studio, I have identified various areas in which I intend to make fairly significant changes to the feature set. Reconciliation can be considered at a later date.
That said, I intend to maintain full API compatibility to keep open the option of merging the js source back into the trunk. So JsUnitTest-VS is, and will remain, a drop-in replacement for JsUnitTest.
Documentation for JsUnitTest is non-existent, even in the source code, so I have begun to vs-doc the library, making it self documenting, and will be generating .chm help files for usage.
In any case, if you are using JsUnitTest in a Visual Studio environment, or are interested in doing so, JsUnitTest-VS may be worth a look see.
Technorati tags:
JavaScript,
Visual Studio,
Intellisense,
Unit Testing