Skip to content

Commit

Permalink
include assets in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ab1470 committed Feb 6, 2025
1 parent 53034bb commit 084290b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ let package = Package(
"KlaviyoSwift",
"KlaviyoCore",
"KlaviyoUI"
],
path: "Tests/KlaviyoUITests",
resources: [
.copy("Assets")
]),
.target(
name: "KlaviyoSwiftExtension",
Expand Down

0 comments on commit 084290b

Please sign in to comment.