You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
💥 Regression Report
Many CLI parameters are reported as
error: unknown option
, e.g.--silent
--runInBand
--forceExit
Still working are for example:
-v
--help
(listing also the three failing examples above)Last working version
Worked up to version:
"jest": "^24.9.0"
in https://travis-ci.org/bkimminich/juice-shop/builds/634029414Stopped working in version: same in https://travis-ci.org/bkimminich/juice-shop/jobs/634173394 a few hours later (also failing with
"jest": "^25.0.0"
)To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/bkimminich/juice-shop.git
git checkout 528f6ab7b06f5df9ff523039e1f954d5a4bea595
npm install
npm run frisby
(or justjest --silent --runInBand --forceExit
)Expected behavior
The CLI parameters are accepted and work as before.
Link to repl or repo (highly encouraged)
https://github.com/bkimminich/juice-shop/tree/develop
Run
npx envinfo --preset jest
Paste the results here:
The text was updated successfully, but these errors were encountered: