UNPKG

430 BHTMLView Raw
1<html>
2 <head>
3 <title>Mocha</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <link rel="stylesheet" href="mocha.css" />
6 </head>
7 <body>
8 <div id="mocha"></div>
9 <script src="mocha.js"></script>
10 <script>mocha.setup('bdd')</script>
11 <script src="../build/build.js"></script>
12 <script src="tests.js"></script>
13 <script>
14 mocha.run();
15 </script>
16 </body>
17</html>