Skip to content

sole/munit.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

munit.js

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.prettyFormat them
  • profit!

or:

authors

about

Why.

About

microunit testing for javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published