UNPKG

nodeunit

Version:

Easy unit testing for node.js and the browser.

19 lines (18 loc) 375 B
<html> <head> <title>Example tests</title> <script src="nodeunit.js"></script> <script src="suite1.js"></script> <script src="suite2.js"></script> <script src="suite3.js"></script> </head> <body> <script> nodeunit.run({ 'suite1': suite1, 'suite2': suite2, 'suite3': suite3 }); </script> </body> </html>