Browse Source

added adapter.js to the tests

Hans Oksendahl 11 years ago
parent
commit
d8d82371a6
1 changed files with 1 additions and 0 deletions
  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();