-
Notifications
You must be signed in to change notification settings - Fork 83
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 an SPM package manifest #54
Conversation
thanks, @vmanot. I have plans to drop FBSnapshots in favour of using Pointfree snapshot testing library. Pointfree is already being used for newer tests like that of Lists. I'll have a look at it and merge this soon. |
@vmanot, I have dropped FBSnapshot library. You can update your PR to include tests as well. |
@rajdeep done, surprised it was this easy! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update, @vmanot. If you can address some minor review comments, we'll be good to merge.
@rajdeep please re-review and merge if good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
Adds basic SPM support.
Tests don't work because they're reliant on
FBSnapshotTestCase
which doesn't have SPM support yet.