Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
microunit testing for javascript
how to
- Include munit.js in an html file,
- create a MUNIT.Test passing in an array of tests,
- optionally assign onSetup and onTearDown functions (they'll be executed before and after each test)
- runTests() -- if your test doesn't throw an exception, YAY! else BOO!
- format the results as you prefer, or
MUNIT.prettyFormatthem - profit!
or:
- have a look at the simple example (online) or at the advanced example (online)
authors
about
Why.