Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

test-qunit.html 535B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>QUnit Integration Test</title>
  6. <link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
  7. </head>
  8. <body>
  9. <script src="../lib/loglevel.js" loglevel-name="logging"></script>
  10. <script>
  11. var logging = log.noConflict();
  12. </script>
  13. <!-- Pretend the users code is included here -->
  14. <div id="qunit"></div>
  15. <div id="qunit-fixture"></div>
  16. <script src="../node_modules/qunitjs/qunit/qunit.js"></script>
  17. <script src="test-qunit.js"></script>
  18. </body>
  19. </html>