pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.75k stars 570 forks source link

Exclude snapshots and fixtures in manifest #684

Closed valeriyvan closed 1 year ago

valeriyvan commented 1 year ago

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__")
]