Skip to content
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

set verbose flag to false to enable console logs #1024

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

pallasite99
Copy link
Contributor

Related issue

Closes #886

  • this fix will work for running individual jest unit tests as well has running the script included in the package.json file

Context / Background

  • the earlier fix merged worked for running the jest command collectively for all unit tests but not while running the same individually for a single unit test
  • this fix ensures that the verbose flag is uniformly disabled across individual as well as script runs

What change is being introduced by this PR?

  • set --verbose=false in the package.json file
  • this will make consoles added in unit tests for jest to appear while running single or collective script for unit tests covered with jest

How will this be tested?

  • tested locally, will reconfirm with repo owner whether this is the final expected behavior once PR gets merged

* this fix will work for running individual jest unit tests as well has running the script included in the package.json file
@pallasite99 pallasite99 changed the title set verbose flag to false to enable console set verbose flag to false to enable console logs Oct 25, 2023
@araujoarthur0 araujoarthur0 merged commit 802d991 into thamara:main Oct 28, 2023
6 checks passed
@araujoarthur0
Copy link
Collaborator

\changelog-update

@araujoarthur0 araujoarthur0 self-requested a review October 28, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running jest without --verbose
2 participants