Skip to content

Commit

Permalink
excluding snapshots folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Sep 27, 2023
1 parent 0c7abc6 commit 38bbcdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ let package = Package(
"Compound",
.product(name: "SnapshotTesting", package: "swift-snapshot-testing")
],
exclude: [
"__Snapshots__"
],
plugins: [
.plugin(name: "PrefireTestsPlugin", package: "Prefire")
]
Expand Down

0 comments on commit 38bbcdd

Please sign in to comment.