Skip to content

Commit

Permalink
Add testTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Oct 15, 2020
1 parent 8769ea0 commit ccc6156
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@ let package = Package(
dependencies: [],
path: "Sources"
),
.testTarget(
name: "UIFontCompleteTests",
dependencies: ["UIFontComplete"],
path: "Tests"
),
]
)

0 comments on commit ccc6156

Please sign in to comment.