Skip to content

Commit 7e533e7

Browse files
committed
Minor Package.swift fix (seems to have issues without this on certain tooling versions)
1 parent 0c258c8 commit 7e533e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ let package = Package(
165165
dependencies: [
166166
"FerrostarCore",
167167
"FerrostarSwiftUI",
168+
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
168169
],
169170
path: "apple/Tests/TestSupport"
170171
),

0 commit comments

Comments
 (0)