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
I would like to be able to have the no-large-snapshot rule report in the .js file that is calling .toMatchSnapshot() instead of in the .snap file. Currently there's no way to disable an error for a large snapshot because if you add a comment to the .snap file, it will get wiped out the next time that same file is updated.
The text was updated successfully, but these errors were encountered:
I would like to be able to have the no-large-snapshot rule report in the .js file that is calling
.toMatchSnapshot()
instead of in the .snap file. Currently there's no way to disable an error for a large snapshot because if you add a comment to the .snap file, it will get wiped out the next time that same file is updated.The text was updated successfully, but these errors were encountered: