We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Maybe rather an IDE question)
If I'm reading tests to gain an understanding of what the code is doing, how can I easily access the snapshots? Currently I do that by clicking.
More often of course I interact with snapshots when they fail or when I add some. 😅
The text was updated successfully, but these errors were encountered:
I have wondered if we need a use_snapshot() to parallel use_r()/use_test()
use_snapshot()
use_r()
use_test()
Sorry, something went wrong.
I was just thinking that use_snapshot() would be helpful, then found this!
No branches or pull requests
(Maybe rather an IDE question)
If I'm reading tests to gain an understanding of what the code is doing, how can I easily access the snapshots? Currently I do that by clicking.
More often of course I interact with snapshots when they fail or when I add some. 😅
The text was updated successfully, but these errors were encountered: