Replies: 1 comment 3 replies
-
Could you share an example where the whitespace normalization breaks your use case? The |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In
eslint-plugin-unicorn
project, we use snapshot test, there are lots of js code for the test.I setup test title to
Invalid #1
Invalid #2
...Invalid #N
at first place, but I found it's hard to locate the failed test code, so I moved the code into title. In this way, I can see the testing code in failed test title.#2779 removes whitespace in AVA 4, we have many tests all about whitespace, example.
How can we keep them? Or do you have a better idea?
Beta Was this translation helpful? Give feedback.
All reactions