Skip to content

Commit

Permalink
disable appkit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Sep 2, 2024
1 parent dca88be commit adfeb3a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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]
)
Expand Down

0 comments on commit adfeb3a

Please sign in to comment.