Przeglądaj źródła

added adapter.js to the tests

Hans Oksendahl 11 lat temu
rodzic
commit
d8d82371a6
1 zmienionych plików z 1 dodań i 0 usunięć
  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();