Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VDA22 committed May 17, 2024
1 parent e0d0b9c commit 2d67a0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ let package = Package(
),
.testTarget(
name: "FigmaGenTests",
dependencies: ["FigmaGen"],
dependencies: ["FigmaGen",
"KeychainAccess"],
path: "Tests/FigmaGenTests"
),
.testTarget(
name: "FigmaGenToolsTests",
dependencies: ["FigmaGenTools"],
dependencies: ["FigmaGenTools",
"KeychainAccess"],
path: "Tests/FigmaGenToolsTests"
)
],
Expand Down

0 comments on commit 2d67a0a

Please sign in to comment.