UNPKG

duo-test

Version:

Duo's testing utility.

16 lines (15 loc) 385 B
<!doctype html> <html> <head> <title>advanced</title> <link rel="stylesheet" href="mocha.css"> <script src="mocha.js"></script> <script src="/duotest.js"></script> </head> <body> <div id="mocha"></div> <script>mocha.setup({ ui: 'bdd', timeout: 20 })</script> <script src="test.js"></script> <script>duotest(mocha.run())</script> </body> </html>