mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Effects: Integrate sinon fake timers into tests
(cherry picked from commit b407bddea2
)
Closes gh-1377
This commit is contained in:
parent
eb827097b8
commit
2d6da2da6c
@ -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",
|
||||
|
@ -50,6 +50,7 @@
|
||||
"q": false,
|
||||
|
||||
"jQuery": true,
|
||||
"sinon": true,
|
||||
"module": true,
|
||||
"test": true,
|
||||
"amdDefined": true,
|
||||
|
@ -17,6 +17,7 @@
|
||||
<script src="libs/qunit/qunit.js"></script>
|
||||
<script src="libs/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>
|
||||
|
||||
|
486
test/unit/effects.js
vendored
486
test/unit/effects.js
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user