Skip to content

Commit fb55d55

Browse files
authored
fix(patch): testing migration (#21)
1 parent d08a7ab commit fb55d55

File tree

2 files changed

+839
-1
lines changed

2 files changed

+839
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ let package = Package(
4040
name: "EquatableTests",
4141
dependencies: [
4242
"EquatableMacros",
43-
.product(name: "MacroTesting", package: "swift-macro-testing")
43+
.product(name: "MacroTesting", package: "swift-macro-testing"),
44+
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax")
4445
]
4546
)
4647
]

0 commit comments

Comments
 (0)