Skip to content

Commit

Permalink
Merge pull request #41 from RomanPodymov/master
Browse files Browse the repository at this point in the history
Add testTarget
  • Loading branch information
Nirma committed Oct 26, 2020
2 parents 8769ea0 + ccc6156 commit 7cbaad5
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 7cbaad5

Please sign in to comment.