瀏覽代碼

added adapter.js to the tests

Hans Oksendahl 11 年之前
父節點
當前提交
d8d82371a6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/test.html

+ 1 - 0
test/test.html

@@ -25,6 +25,7 @@
   <script>mocha.setup('bdd')</script>
 
   <script src="util.js"></script>
+  <script src="adapter.js"></script>
 
   <script>
     mocha.run();