Hi,
I've been using JSAN for a while on both personal and work projects
and really like the promise it is showing. So I thought I'd join the
group and see where I can contribute.
I've been doing a lot of commandline driven javascript unit testing
and found Test.More to be difficult to use in that environment. To
that end I've created a testing library that works well in both the
browser and command line environements. I'd appreciate any comments on
the code and observations. The library is Mostly TAP compliant
although there are still some things to add and tweak for that.
You can see the darcs repository for it here. http://jeremy.marzhillstudios.com/repo/Test-TAP/
The library is self hosting in that all the tests for it are written
using Test.TAP itself.
I've also Mocked the XMLHttpRequest object for using JSAN in a
commandline environment. Would anyone else be interested in using a
library like that? If so I'll be getting a darcs repo up for that soon
also.
Jeremy Wall