unittests_examples.html 467 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>ThreeJS Unit Tests - Using Files in /examples</title>
  6. <link rel="stylesheet" href="qunit-1.10.0.css">
  7. </head>
  8. <body>
  9. <div id="qunit"></div>
  10. <script src="qunit-1.10.0.js"></script>
  11. <!-- add sources to test below -->
  12. <script src="../../examples/js/math/ColorConverter.js"></script>
  13. <!-- add class-based unit tests below -->
  14. <script src="math/ColorConverter.js"></script>
  15. </body>
  16. </html>