rictic / jsunittest forked from drnic/jsunittest
- Source
- Commits
- Network (14)
- Issues (0)
- Downloads (6)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Capfile | ||
| |
History.txt | ||
| |
License.txt | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
config/ | ||
| |
lib/ | ||
| |
script/ | ||
| |
src/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
website/ |
README.txt
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

