Merge pull request #4494 from nextcloud/fix-jsunit

Fix JS unit failure because of Jasmine 2.6 and the phantomjs launcher
This commit is contained in:
Morris Jobke 2017-04-25 12:45:52 -03:00 committed by GitHub
commit 51da0442d9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"devDependencies": {
"bower": "~1.8.0",
"handlebars": "^4.0.5",
"jasmine-core": "^2.5.2",
"jasmine-core": "~2.5.2",
"jasmine-sinon": "^0.4.0",
"jsdoc": "~3.4.0",
"karma": "^1.5.0",