Skip to content

Commit 8ce5406

Browse files
authored
Add IssueReportingTestSupport dependency to tests
1 parent 46c8c79 commit 8ce5406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ let package = Package(
3030
.testTarget(
3131
name: "CustomDumpTests",
3232
dependencies: [
33-
"CustomDump"
33+
"CustomDump",
34+
.product(name: "IssueReportingTestSupport", package: "xctest-dynamic-overlay"),
3435
]
3536
),
3637
]

0 commit comments

Comments
 (0)