Skip to content

Commit

Permalink
fix: 馃悰 soft-freeze mocha version on 7.1
Browse files Browse the repository at this point in the history
Fix issue with ability run tests in multiple times
mochajs/mocha#4234
  • Loading branch information
wKich committed May 27, 2020
1 parent a5bb06d commit 5aa3f57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions TODO.md
Expand Up @@ -154,6 +154,7 @@
- [x] Readlink don't work on windows. Need to change storybook framework detection
- [ ] Don't handle correctly storybook render story errors
- [x] Restart workers output errors `NoSuchSessionError: Tried to run command without establishing a connection` and `TypeError: _cluster.default.disconnect is not a function`
- [ ] Error mocha instance already disposed in vue project
- [x] Cutoff subcomponents parameter
- [x] Apply AST transformation on storybook config directory (cut decorators)
- [ ] Don't load any of addons
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"koa-static": "^5.0.0",
"loader-utils": "^2.0.0",
"minimist": "^1.2.5",
"mocha": "^7.1.2",
"mocha": "~7.1.2",
"pixelmatch": "^5.2.0",
"pngjs": "^5.0.0",
"schema-utils": "^2.6.6",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -8069,7 +8069,7 @@ mkdirp@0.5.5, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@~0.5.1:
dependencies:
minimist "^1.2.5"

mocha@^7.1.2:
mocha@~7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.2.tgz#8e40d198acf91a52ace122cd7599c9ab857b29e6"
integrity sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA==
Expand Down

0 comments on commit 5aa3f57

Please sign in to comment.