No JSUnit for Firefox 3
Andrew Smith | 24 June, 2008 | 0:00
Apparently there are some new security settings in Firefox 3 that make JSUnit not work. I managed to get Mark’s sample unittest to run on Safari, but not Firefox 3. Mark, I think, only tried it with Firefox 2.
Am looking for a new javascript unit testing framework.

Hi, It is really easy to solve it: http://digitalmihailo.blogspot.com/2008/06/make-jsunit-work-in-firefox-30.html Basically a small change
Mihailo Lalevic | 1 July, 2008 | 15:49Hi,
It is really easy to solve it:
http://digitalmihailo.blogspot.com/2008/06/make-jsunit-work-in-firefox-30.html
Basically a small change from Firefox 2.
Cheers,
Mihailo
I have seen that page Mihailo. But setting that preference
Andrew Smith | 1 July, 2008 | 17:15I have seen that page Mihailo. But setting that preference made absolutely no difference for me. Anyway, I’ve found another javascript unit testing framework (the one from Mochikit).
Thanks for the pointer though.
Too bad it didn't work :( I was just about to
Mihailo Lalevic | 2 July, 2008 | 5:14Too bad it didn’t work
I was just about to start searching for a new testing framework when I’ve found “solution”.
Well good luck, I guess if the other one works for you no need to waste time
Cheers,
Mihailo