Skip to content

Exclude snapshots and fixtures in manifest #684

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

Merged
merged 2 commits into from
Dec 8, 2022
Merged

Exclude snapshots and fixtures in manifest #684

merged 2 commits into from
Dec 8, 2022

Conversation

valeriyvan
Copy link
Contributor

Solves warning #683 about not handled files.

Not sure if excluding is correct way of handling.
May be these files should be copied as resources:

resources: [
  .copy("__Snapshots__"),
  .copy("__Fixtures__")
]

Copy link
Member

@stephencelis stephencelis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@stephencelis stephencelis merged commit 7438026 into pointfreeco:main Dec 8, 2022
@valeriyvan valeriyvan mentioned this pull request Dec 8, 2022
niil-qb pushed a commit to quickbit/swift-snapshot-testing that referenced this pull request Feb 23, 2023
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.

2 participants