Skip to content

Commit

Permalink
Remove test target (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Aug 21, 2023
1 parent 762aeca commit 1a43a56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
5 changes: 0 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ let package = Package(
name: "WebAuthentication",
targets: ["WebAuthentication"]
),

],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
Expand All @@ -41,9 +40,5 @@ let package = Package(
name: "WebAuthentication",
dependencies: []
),
.testTarget(
name: "SafariUITests",
dependencies: ["SafariUI"]
),
]
)
36 changes: 0 additions & 36 deletions Tests/SafariUITests/SafariViewTests.swift

This file was deleted.

0 comments on commit 1a43a56

Please sign in to comment.