Skip to content

Commit 9933a06

Browse files
committed
rmv: old files from package.swift
Signed-off-by: Rob Walworth <[email protected]>
1 parent d82899c commit 9933a06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ let package = Package(
165165
.product(name: "SwiftDotenv", package: "swift-dotenv"),
166166
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
167167
],
168-
path: "Tests/HieroTestSupport",
169-
exclude: ["AUDIT.md"]
168+
path: "Tests/HieroTestSupport"
170169
),
171170
.testTarget(
172171
name: "HieroUnitTests",
@@ -175,7 +174,7 @@ let package = Package(
175174
"HieroTestSupport",
176175
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
177176
],
178-
exclude: ["__Snapshots__", "AUDIT.md"]
177+
exclude: ["__Snapshots__"]
179178
),
180179
.testTarget(
181180
name: "HieroIntegrationTests",

0 commit comments

Comments
 (0)