소스 검색

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