diff options
author | John Paul <john@johnkpaul.com> | 2013-04-25 09:11:53 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-11-24 15:22:09 -0500 |
commit | b407bddea2ae65200df0802bef7cf06c16b5e524 (patch) | |
tree | 06f58913c224b835300f2f61a9402ee094a2a094 /test/index.html | |
parent | dc649a33e081c7beb083b04956731aa410eb6b3f (diff) | |
download | jquery-b407bddea2ae65200df0802bef7cf06c16b5e524.tar.gz jquery-b407bddea2ae65200df0802bef7cf06c16b5e524.zip |
Effects: Integrate sinon fake timers into tests. Close gh-1377.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index acf4eb473..57c778c3e 100644 --- a/test/index.html +++ b/test/index.html @@ -16,6 +16,7 @@ <script src="../bower_modules/qunit/qunit.js"></script> <script src="../bower_modules/requirejs/require.js"></script> + <script src="../bower_modules/sinon/fake_timers.js"></script> <!-- See testinit for the list of tests --> <script src="data/testinit.js"></script> |