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
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Adding or removing trailing spaces in a component gives a failing snapshot without showing the diff.
If I mark the diff in the terminal I can se it, so it's there, it's just not highlighted by Jest.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal repository on GitHub that we can npm install and npm test.
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.
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Adding or removing trailing spaces in a component gives a failing snapshot without showing the diff.
If I mark the diff in the terminal I can se it, so it's there, it's just not highlighted by Jest.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal repository on GitHub that we can
npm install
andnpm test
.Remove or add a trailing whitespace in the
span
, and get a failing test, but the diff view doesn't indicate why it failed.What is the expected behavior?
Adding or removing trailing space is shown like this in my
git diff
:Something similar would be great
Run Jest again with
--debug
and provide the full configuration it prints. Please mention your node and npm version and operating system.node@6.9.1, yarn@0.18.0, macOS Sierra
The text was updated successfully, but these errors were encountered: