Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

20 lignes
448 B

  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>