Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drnic/jsunittest

JavaScript Unit Test suite; no dependencies (but same API as prototypejs' unittest suite)
https://github.com/drnic/jsunittest

Last synced: 5 days ago
JSON representation

JavaScript Unit Test suite; no dependencies (but same API as prototypejs' unittest suite)

Awesome Lists containing this project

README

        

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, [email protected]

Contributions/Thanks:
original unittest code - prototypejs project
ajax library - John Resig, Pro JavaScript book
event library - Dean Edwards