Skip to content
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

Add public access control to snapshotView #731

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zzt4
Copy link

@zzt4 zzt4 commented May 11, 2023

We have our own asynchronous diffing capabilities that we use for snapshot testing, so we don't really use the diff comparison feature. Our diffing tool allows us to better control the approval workflow. We'd like to use this library for the snapshotting piece of it, though. Currently, we can use the snapshotView function directly by importing SnapshotTesting as @testable. We're hoping that snapshotView can be included the public API to help avoid anything breaking for us in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant