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/.jshintrc | |
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/.jshintrc')
-rw-r--r-- | test/.jshintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index 65c224f0e..0599c8f39 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -49,6 +49,7 @@ "q": false, "jQuery": true, + "sinon": true, "module": true, "test": true, "amdDefined": true, |