-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix linting #3946
Fix linting #3946
Conversation
// We mock stderr (even if we do not use it right now on the tests) to avoid | ||
// fake reporters created while testing to mess with the real output of the | ||
// tests itself. | ||
/* eslint-disable no-unused-vars */ | ||
let DefaultReporter; | ||
let stdout; | ||
let stderr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the var and the lint rule.
…led. Fixes #3941" (#3951) * Revert "fix typo in snapshot testing documentation (#3948)" This reverts commit d6998c2. * Revert "Fix linting (#3946)" This reverts commit 9426521. * Revert "Avoid writing to stdout in default reporter if --json is enabled. Fixes #3941 (#3945)" This reverts commit 68d747d.
* Revert "fix typo in snapshot testing documentation (jestjs#3948)" This reverts commit d6998c2. * Revert "Fix linting (jestjs#3946)" This reverts commit 9426521.
…led. Fixes jestjs#3941" (jestjs#3951) * Revert "fix typo in snapshot testing documentation (jestjs#3948)" This reverts commit d6998c2. * Revert "Fix linting (jestjs#3946)" This reverts commit 9426521. * Revert "Avoid writing to stdout in default reporter if --json is enabled. Fixes jestjs#3941 (jestjs#3945)" This reverts commit 68d747d.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.