You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
429 B

  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="test.js"></script>
  13. <script>
  14. mocha.run();
  15. </script>
  16. </body>
  17. </html>