Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/drnic/jsunittest
- Owner: drnic
- License: mit
- Created: 2008-02-17T15:15:42.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-04-06T11:49:46.000Z (over 15 years ago)
- Last Synced: 2024-11-01T04:28:06.193Z (12 days ago)
- Language: JavaScript
- Homepage: http://jsunittest.rubyforge.org/
- Size: 526 KB
- Stars: 45
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
- License: License.txt
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