UNPKG

tv

Version:

Interactive debug console plugin for hapi

19 lines (18 loc) 519 B
<html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="../../node_modules/mocha/mocha.css" /> </head> <body> <div id="mocha"></div> <script src="../../node_modules/mocha/mocha.js"></script> <script src="../../node_modules/chai/chai.js"></script> <script src="../../node_modules/jquery/dist/jquery.js"></script> <script> mocha.ui('bdd'); mocha.reporter('html'); expect = chai.expect; </script> <script src="../bundle.js"></script> </body> </html>