Skip to content
Permalink
Browse files
Effects: Integrate sinon fake timers into tests. Close gh-1377.
  • Loading branch information
johnkpaul authored and dmethvin committed Nov 24, 2013
1 parent dc649a3 commit b407bdd
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 291 deletions.
@@ -17,7 +17,8 @@
},
"devDependencies": {
"requirejs": "~2.1.8",
"qunit": "~1.12.0"
"qunit": "~1.12.0",
"sinon": "~1.7.3"
},
"exportsOverride": {
"sizzle": {
@@ -29,6 +30,9 @@
},
"qunit": {
"qunit": "qunit"
},
"sinon": {
"sinon": "**/*.js"
}
},
"keywords": [
@@ -49,6 +49,7 @@
"q": false,

"jQuery": true,
"sinon": true,
"module": true,
"test": true,
"amdDefined": true,
@@ -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>

0 comments on commit b407bdd

Please sign in to comment.