-
-
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
an idea for a useful IDE plugin #3662
Comments
Yes, feel free to build this. There is jest-editor-support in this repo and vscode-jest which you can extend to add this feature. We will not build this feature at this time, sorry. |
Agree, this is a great idea. There's some work done here:
jest-community/vscode-jest#73
…On May 26, 2017 10:31, "Christoph Pojer" ***@***.***> wrote:
Closed #3662 <#3662>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3662 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAC_jkVkHFULcxbcvWTe3ugoDpBOgfAPks5r9pvggaJpZM4NnXvB>
.
|
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. |
During development, I always verify created snapshots manually. It's sometimes not easy to find them if the test suite contains many tests. Also, the order from test.js.snap doesn't match the order from the original test.
I don't think it's possible to solve this issue directly in jest, but I think it should be possible to provide plugins for popular IDEs (WebStorm, Sublime etc).
For the given code:
When you ctrl+click on
toMatchSnapshot
it would navigate to the correct snapshot or display some popup with the expected string.Any thoughts?
The text was updated successfully, but these errors were encountered: