Browse Source

fixed unittest reference

Ievgen Naida 5 năm trước cách đây
mục cha
commit
e0977311d2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>