mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 04:51:46 -04:00
Merge pull request #14691 from owncloud/karma-forcejasmine2
Make sure we use Jasmine 2 for running JS unit tests
This commit is contained in:
commit
bb3901e87a
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
"contributors": [],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"karma": "*",
|
||||
"karma-jasmine": "*",
|
||||
"karma": "~0.12.0",
|
||||
"karma-jasmine": "~0.2.0",
|
||||
"karma-junit-reporter": "*",
|
||||
"karma-coverage": "*",
|
||||
"karma-phantomjs-launcher": "*",
|
||||
|
|
|
|||
Loading…
Reference in a new issue