drnic / jsunittest
jsunittest
PublicJavaScript Unit Test suite; no dependencies (but same API as prototypejs' unittest suite)
52 filesupdated Jun 18, 2026
files13Download
./configJun 14, 2026./libJun 14, 2026./scriptJun 14, 2026./srcJun 14, 2026./tasksJun 14, 2026./testJun 14, 2026./websiteJun 14, 2026.gitignoreJun 14, 2026CapfileJun 14, 2026History.txtJun 14, 2026License.txtJun 14, 2026RakefileJun 14, 2026README.txtJun 18, 2026README
JsUnitTest
Description: This JavaScript project provides a one-file JavaScript test suite.
This is based off unittest.js from "prototypejs":http://prototypejs.org,
except this library has no dependency on prototype.js so there is no
chance your code-under-test can conflict with prototype.js or that you might
accidently use a prototype.js helper for a library that will be deployed
independently off prototypejs.
More information: http://drnicjavascript.rubyforge.org/jsunittest
Author: Dr Nic Williams, drnicwilliams@gmail.com
Contributions/Thanks: original unittest code - prototypejs project ajax library - John Resig, Pro JavaScript book event library - Dean Edwards