Skip to content

Commit

Permalink
Remove unneeded testing workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Jan 7, 2024
1 parent d573d3e commit 22bdd1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ let package = Package(
name: "_Helpers",
dependencies: [
.product(name: "ConcurrencyExtras", package: "swift-concurrency-extras"),
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
]
),
.target(name: "Functions", dependencies: ["_Helpers"]),
Expand Down
50 changes: 0 additions & 50 deletions Sources/_Helpers/AssertSnapshot+Platform.swift

This file was deleted.

0 comments on commit 22bdd1e

Please sign in to comment.