index.html 569 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Unit Tests for Blockly</title>
  6. <script src="../../blockly_uncompressed.js"></script>
  7. <script>goog.require('goog.testing.jsunit');</script>
  8. </head>
  9. <body>
  10. <script src="blockly_test.js"></script>
  11. <script src="connection_test.js"></script>
  12. <script src="connection_db_test.js"></script>
  13. <script src="generator_test.js"></script>
  14. <script src="names_test.js"></script>
  15. <script src="workspace_test.js"></script>
  16. <script src="xml_test.js"></script>
  17. </body>
  18. </html>