fix frontend tests

This commit is contained in:
John McLear 2014-11-27 16:58:04 +00:00
parent 3ca48ed975
commit ff58897679
3 changed files with 6 additions and 5 deletions

View file

@ -10,7 +10,7 @@
<div id="iframe-container"></div>
<script src="/static/js/jquery.js"></script>
<script src="/static/js/jquery_browser.js"></script>
<script src="/static/js/browser.js"></script>
<script src="lib/underscore.js"></script>
<script src="lib/mocha.js"></script>
@ -22,6 +22,5 @@
<script src="helper.js"></script>
<script src="specs_list.js"></script>
<script src="runner.js"></script>
</html>