Skip to content

Commit 192b400

Browse files
committed
Restore assets tests but with bigger (> 16 kb) test data
1 parent 57dfa6a commit 192b400

5 files changed

Lines changed: 402 additions & 29 deletions

File tree

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ let package = Package(
8282
.product(name: "InlineSnapshotTesting", package: "swift-snapshot-testing"),
8383
.product(name: "SnapshotTestingCustomDump", package: "swift-snapshot-testing"),
8484
.product(name: "StructuredQueries", package: "swift-structured-queries"),
85+
],
86+
resources: [
87+
.copy("Resources/test-black.svg"),
88+
.copy("Resources/test-red.svg")
8589
]
8690
),
8791
],

0 commit comments

Comments
 (0)