Skip to content

Commit

Permalink
Sync test scripts with karma config.
Browse files Browse the repository at this point in the history
  • Loading branch information
braddunbar committed Mar 3, 2015
1 parent 173d519 commit 75b9c0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen">
</head>
<body>
<script src="setup/dom-setup.js"></script>
<script src="vendor/json2.js"></script>
<script src="vendor/jquery.js"></script>
<script src="vendor/qunit.js"></script>
<script src="vendor/jquery.js"></script>
<script src="vendor/json2.js"></script>
<script src="vendor/underscore.js"></script>
<script src="../backbone.js"></script>
<script src="setup/dom-setup.js"></script>
<script src="setup/environment.js"></script>
<script src="noconflict.js"></script>
<script src="events.js"></script>
Expand Down

0 comments on commit 75b9c0d

Please sign in to comment.