Skip to content
Snippets Groups Projects
Commit a7c7d394 authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #17555 from owncloud/update-test-libraries

Update JS unit test libs
parents 4806d759 9d71542e
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,12 @@
"dependencies": {},
"devDependencies": {
"karma": "~0.12.0",
"karma-jasmine": "~0.2.0",
"karma-jasmine": "~0.3.0",
"karma-junit-reporter": "*",
"karma-coverage": "*",
"karma-phantomjs-launcher": "*",
"phantomjs": "*"
"phantomjs": "*",
"jasmine-core": "~2.3.4"
},
"engine": "node >= 0.8"
}
This diff is collapsed.
This diff is collapsed.
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment