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.
This commit is contained in:
parent
176dabd976
commit
9d71542ee4
4 changed files with 5971 additions and 4311 deletions
|
@ -1,22 +1,23 @@
|
|||
{
|
||||
"name": "owncloud-js-tests",
|
||||
"description": "ownCloud tests",
|
||||
"version": "0.0.1",
|
||||
"author": {
|
||||
"name": "Vincent Petry",
|
||||
"email": "pvince81@owncloud.com"
|
||||
},
|
||||
"private": true,
|
||||
"homepage": "https://github.com/owncloud/",
|
||||
"contributors": [],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"karma": "~0.12.0",
|
||||
"karma-jasmine": "~0.2.0",
|
||||
"karma-junit-reporter": "*",
|
||||
"karma-coverage": "*",
|
||||
"karma-phantomjs-launcher": "*",
|
||||
"phantomjs": "*"
|
||||
},
|
||||
"engine": "node >= 0.8"
|
||||
"name": "owncloud-js-tests",
|
||||
"description": "ownCloud tests",
|
||||
"version": "0.0.1",
|
||||
"author": {
|
||||
"name": "Vincent Petry",
|
||||
"email": "pvince81@owncloud.com"
|
||||
},
|
||||
"private": true,
|
||||
"homepage": "https://github.com/owncloud/",
|
||||
"contributors": [],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"karma": "~0.12.0",
|
||||
"karma-jasmine": "~0.3.0",
|
||||
"karma-junit-reporter": "*",
|
||||
"karma-coverage": "*",
|
||||
"karma-phantomjs-launcher": "*",
|
||||
"phantomjs": "*",
|
||||
"jasmine-core": "~2.3.4"
|
||||
},
|
||||
"engine": "node >= 0.8"
|
||||
}
|
||||
|
|
5949
core/js/tests/lib/sinon-1.15.4.js
Normal file
5949
core/js/tests/lib/sinon-1.15.4.js
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue