1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>ThreeJS Unit Tests - Using Files in /examples</title>
- <link rel="stylesheet" href="qunit-1.10.0.css">
- </head>
- <body>
- <div id="qunit"></div>
- <script src="qunit-1.10.0.js"></script>
- <!-- add sources to test below -->
- <script src="../../examples/js/math/ColorConverter.js"></script>
- <!-- add class-based unit tests below -->
- <script src="math/ColorConverter.js"></script>
- </body>
- </html>
|