KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
munit.js
★ 12
Open GitHub ↗
microunit testing for javascript
Download README (.md)
Explore Similar Repositories
_sh
:
Command line tool to generate forks of the _s WordPress starter theme
Twitter-Bootstrap-Cheat-Sheet
:
Twitter Bootstrap Cheat Sheet
node-kestrel
:
Kestrel client module for NodeJS
Caravideo
:
An interactive video mixing system that broadcasts to online video streaming services. Created for the Abandon Normal Devices festival 2012
django-keyvalue
:
A django app for generic Key Value relationships between django model instances. Hang anything off anything.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
munit.js
?
Download (.md)
munit.js ======== #### microunit testing for javascript #### ### how to ### * Include [munit.js](https://github.com/sole/munit.js/blob/master/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.prettyFormat``` them * profit! or: * have a look at the [simple example](https://github.com/sole/munit.js/blob/master/example.html) ([online](http://sole.github.com/munit.js/example.html)) or at the [advanced example](https://github.com/sole/munit.js/blob/master/advanced_example.html) ([online](http://sole.github.com/munit.js/advanced_example.html)) ### authors ### * [Soledad Penadés](http://soledadpenades.com) * [Denis Ciccale](http://webdecs.wordpress.com/) ### about ### [Why](http://soledadpenades.com/2012/05/28/munit-js-microunit-testing-for-javascript/).