UNPKG

unexpected

Version:
24 lines (23 loc) 636 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/mocha.js"></script> <script>mocha.setup('bdd')</script> <script src="../unexpected.js"></script> <script src="unexpected.spec.js"></script> <script> expect = weknowhow.expect; if (window.mochaPhantomJS) { mochaPhantomJS.run(); } else { mocha.run(); } </script> </body> </html>