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.remotes/origin/handlebars-approach
parent
176dabd976
commit
9d71542ee4
@ -1,22 +1,23 @@ |
|||||||
{ |
{ |
||||||
"name": "owncloud-js-tests", |
"name": "owncloud-js-tests", |
||||||
"description": "ownCloud tests", |
"description": "ownCloud tests", |
||||||
"version": "0.0.1", |
"version": "0.0.1", |
||||||
"author": { |
"author": { |
||||||
"name": "Vincent Petry", |
"name": "Vincent Petry", |
||||||
"email": "pvince81@owncloud.com" |
"email": "pvince81@owncloud.com" |
||||||
}, |
}, |
||||||
"private": true, |
"private": true, |
||||||
"homepage": "https://github.com/owncloud/", |
"homepage": "https://github.com/owncloud/", |
||||||
"contributors": [], |
"contributors": [], |
||||||
"dependencies": {}, |
"dependencies": {}, |
||||||
"devDependencies": { |
"devDependencies": { |
||||||
"karma": "~0.12.0", |
"karma": "~0.12.0", |
||||||
"karma-jasmine": "~0.2.0", |
"karma-jasmine": "~0.3.0", |
||||||
"karma-junit-reporter": "*", |
"karma-junit-reporter": "*", |
||||||
"karma-coverage": "*", |
"karma-coverage": "*", |
||||||
"karma-phantomjs-launcher": "*", |
"karma-phantomjs-launcher": "*", |
||||||
"phantomjs": "*" |
"phantomjs": "*", |
||||||
}, |
"jasmine-core": "~2.3.4" |
||||||
"engine": "node >= 0.8" |
}, |
||||||
|
"engine": "node >= 0.8" |
||||||
} |
} |
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue