Skip to content

Commit 71a1d0a

Browse files
committed
Update Package.swift
1 parent df67885 commit 71a1d0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ let package = Package(
2323
// Targets can depend on other targets in this package and products from dependencies.
2424
.target(
2525
name: "SwiftGlass"),
26-
.testTarget(
27-
name: "SwiftGlassTests",
28-
dependencies: ["SwiftGlass"]
29-
),
26+
// .testTarget(
27+
// name: "SwiftGlassTests",
28+
// dependencies: ["SwiftGlass"]
29+
// ),
3030
]
3131
)

0 commit comments

Comments
 (0)