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
Make use of the new jest-diff options which allow color output to be
controlled. Use of example in documentation to turn off all color
output. strip-ansi is now unnecessary and has been removed as a
dependency.
Fixesjest-community#113
Make use of the new jest-diff options which allow color output to be
controlled. Use of example in documentation to turn off all color
output. strip-ansi is now unnecessary and has been removed as a
dependency.
Fixes#113
jest-diff
has now config for getting rid of colors, so we can leverage that instead of usingstrip-ansi
. See: #110 (comment) cc @pedrottimark.This sounds like a good first contribution to the project :)
The text was updated successfully, but these errors were encountered: