Skip to content

Commit

Permalink
Update mocka opts
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinchernev committed Mar 22, 2020
1 parent 01ecf78 commit d105727
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
reporter: spec
ui: bdd
recursive: true
slow: 1000
timeout: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/Surnet/swagger-jsdoc",
"dependencies": {
"commander": "5.0.0",
"commander": "4.0.1",
"doctrine": "3.0.0",
"glob": "7.1.6",
"js-yaml": "3.13.1",
Expand Down
5 changes: 0 additions & 5 deletions test/mocha.opts

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -454,10 +454,10 @@ [email protected]:
dependencies:
delayed-stream "~1.0.0"

commander@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-5.0.0.tgz#dbf1909b49e5044f8fdaf0adc809f0c0722bdfd0"
integrity sha512-JrDGPAKjMGSP1G0DUoaceEJ3DZgAfr/q6X7FVk4+U5KxUSKviYGM2k6zWkfyyBHy5rAtzgYJFa1ro2O9PtoxwQ==
commander@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-4.0.1.tgz#b67622721785993182e807f4883633e6401ba53c"
integrity sha512-IPF4ouhCP+qdlcmCedhxX4xiGBPyigb8v5NeUp+0LyhwLgxMqyp3S0vl7TAPfS/hiP7FC3caI/PB9lTmP8r1NA==

commander@^2.7.1:
version "2.17.1"
Expand Down

0 comments on commit d105727

Please sign in to comment.