diff options
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 8aeadc123e7..7b3877f7766 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -121,7 +121,7 @@ module.exports = function(config) { } // extra test libs - files.push(corePath + 'tests/lib/sinon-1.7.3.js'); + files.push(corePath + 'tests/lib/sinon-1.15.4.js'); // core mocks files.push(corePath + 'tests/specHelper.js'); |