Browse Source

fixed unittest reference

Ievgen Naida 5 years ago
parent
commit
e0977311d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unittests.html

+ 1 - 1
tests/unittests.html

@@ -22,7 +22,7 @@
         mocha.setup('bdd');
         mocha.checkLeaks();
     </script>
-    <script src="./tests/timelineTests.js"></script>
+    <script src="./timelineTests.js"></script>
     <script class="mocha-exec">
         mocha.run();
     </script>