UNPKG

mixdown-router

Version:
27 lines 687 B
<html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/mocha/1.20.1/mocha.css" /> <script> if (typeof(window.location) === 'undefined') { window.location = { href: '/' }; } </script> </head> <body> <div id="mocha"></div> <div id="output"></div> <script src="http://cdnjs.cloudflare.com/ajax/libs/mocha/1.20.1/mocha.js"></script> <script> mocha.ui('tdd'); mocha.reporter('html'); </script> <script src="main.js"></script> <script> if (window.mochaPhantomJS) { mochaPhantomJS.run(); } else { mocha.run(); } </script> </body> </html>