diff --git a/Package.swift b/Package.swift index d808e20e..0c4831a9 100644 --- a/Package.swift +++ b/Package.swift @@ -207,20 +207,20 @@ let package = Package( .testTarget( name: "EventsTests", dependencies: ["Events"]), - .testTarget( - name: "ReownAppKitTests", - dependencies: [ - "ReownAppKit", - .product(name: "SnapshotTesting", package: "swift-snapshot-testing") - ] - ), - .testTarget( - name: "ReownAppKitUITests", - dependencies: [ - "ReownAppKitUI", - .product(name: "SnapshotTesting", package: "swift-snapshot-testing") - ] - ) +// .testTarget( +// name: "ReownAppKitTests", +// dependencies: [ +// "ReownAppKit", +// .product(name: "SnapshotTesting", package: "swift-snapshot-testing") +// ] +// ), +// .testTarget( +// name: "ReownAppKitUITests", +// dependencies: [ +// "ReownAppKitUI", +// .product(name: "SnapshotTesting", package: "swift-snapshot-testing") +// ] +// ) ], swiftLanguageVersions: [.v5] )