diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-07-10 11:14:35 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-07-10 11:21:47 +0200 |
commit | 9d71542ee4216bcc63c1851a3ace18caec787e30 (patch) | |
tree | 9bd8b4c4da64350febdfb8cbc4e223d39f3e2134 /tests/karma.config.js | |
parent | 176dabd9766a2b298ad3adf9e4e5338aecccc201 (diff) | |
download | nextcloud-server-9d71542ee4216bcc63c1851a3ace18caec787e30.tar.gz nextcloud-server-9d71542ee4216bcc63c1851a3ace18caec787e30.zip |
Update JS unit test libs
Update sinon to 1.15.4.
Update karma-jasmine to 0.3.0
Update jasmine to 2.3.4
This brings a bunch of new useful functions for unit testing.
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'); |