|
@@ -1,16 +1,16 @@
|
|
|
-<!DOCTYPE html>
|
|
|
+<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<title>ThreeJS Unit Tests - Using Files in /src</title>
|
|
|
- <link rel="stylesheet" href="../../node_modules/qunitjs/qunit/qunit.css">
|
|
|
+ <link rel="stylesheet" href="../../node_modules/qunit/qunit/qunit.css">
|
|
|
</head>
|
|
|
<body>
|
|
|
|
|
|
<div id="qunit"></div>
|
|
|
<div id="qunit-fixture"></div>
|
|
|
|
|
|
- <script src="../../node_modules/qunitjs/qunit/qunit.js"></script>
|
|
|
+ <script src="../../node_modules/qunit/qunit/qunit.js"></script>
|
|
|
|
|
|
<!-- We need three.js because qunit-utils cannot be es6 module and use THREE stuff... -->
|
|
|
<script src="../../build/three.js"></script>
|