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.

пре 3 година
12345678910111213141516171819
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>JSS Tests</title>
  5. <link href="./node_modules/mocha/mocha.css" rel="stylesheet" />
  6. </head>
  7. <body>
  8. <div id="mocha"></div>
  9. <script src="./node_modules/expect.js/index.js"></script>
  10. <script src="./node_modules/mocha/mocha.js"></script>
  11. <script>mocha.setup('bdd')</script>
  12. <script src="./tmp/tests.js"></script>
  13. <script>
  14. mocha.checkLeaks();
  15. mocha.run();
  16. </script>
  17. </body>
  18. </html>