浏览代码

fixed unittest reference

Ievgen Naida 5 年之前
父节点
当前提交
e0977311d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>