Browse Source

fix index.html

patch-2
Manuel Araoz 10 years ago
parent
commit
aaa8c8aa67
  1. 2
      test/index.html

2
test/index.html

@ -10,7 +10,7 @@
<div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script src="../browser/tests.js"></script>
<script src="../tests.js"></script>
<script>
mocha.run();
</script>

Loading…
Cancel
Save