Tests: Straighten out sinon dependencies

* Cherry-pick took the wrong lines for a couple of things.
* Update and commit dependencies after `grunt bower`
This commit is contained in:
Dave Methvin
2014-01-10 10:24:52 -05:00
parent 09b28534fa
commit f4a3587a65
4 changed files with 463 additions and 98 deletions

View File

@@ -16,8 +16,7 @@
<script src="libs/qunit/qunit.js"></script>
<script src="libs/require.js"></script>
<script src="../bower_modules/sinon/fake_timers.js"></script>
<script src="libs/sinon/fake_timers.js"></script>
<!-- See testinit for the list of tests -->
<script src="data/testinit.js"></script>