sole · GitHub

Folders and files

NameName

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

or:

authors

about

Why.

Read the original on github.com ↗