diff options
author | John Paul <john@johnkpaul.com> | 2013-04-25 09:11:53 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2014-01-09 22:03:24 -0500 |
commit | 2d6da2da6c82ff2279b01134ae32c2647aa573da (patch) | |
tree | 530c70e4e1ba1426b7b59124720449237a6d9197 /bower.json | |
parent | eb827097b8cf46fab031e55d3d90dcb820d5e2c1 (diff) | |
download | jquery-2d6da2da6c82ff2279b01134ae32c2647aa573da.tar.gz jquery-2d6da2da6c82ff2279b01134ae32c2647aa573da.zip |
Effects: Integrate sinon fake timers into tests
(cherry picked from commit b407bddea2ae65200df0802bef7cf06c16b5e524)
Closes gh-1377
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bower.json b/bower.json index ca3a2d120..8a93e7ffa 100644 --- a/bower.json +++ b/bower.json @@ -17,7 +17,13 @@ }, "devDependencies": { "requirejs": "~2.1.8", - "qunit": "~1.12.0" + "qunit": "~1.12.0", + "sinon": "~1.7.3" + }, + }, + "sinon": { + "sinon": "**/*.js" + } }, "keywords": [ "jquery", |