Преглед изворни кода

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();