UNPKG

unexpected

Version:
28 lines (27 loc) 820 B
<html> <head> <title>Mocha</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../vendor/mocha.css" /> </head> <body> <div id="mocha"></div> <script src="../vendor/es5-shim.js"></script> <script src="../vendor/es5-sham.js"></script> <script src="../vendor/rsvp.js"></script> <script src="../vendor/mocha.js"></script> <script>mocha.setup('bdd')</script> <script src="../unexpected.js"></script> <script src="common.js"></script> <script src="documentation.spec.js"></script> <script src="unexpected.spec.js"></script> <script> expect = weknowhow.expect; if (window.mochaPhantomJS) { mochaPhantomJS.run(); } else { mocha.run(); } </script> </body> </html>