Skip to content

Commit

Permalink
case paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ndurell committed Nov 5, 2024
1 parent 142e040 commit 47015e3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 460 deletions.
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.10.0"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.2"),
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2")
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2"),
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0")
],
targets: [
.target(
Expand Down Expand Up @@ -54,7 +55,8 @@ let package = Package(
"KlaviyoCore",
"ComposableArchitecture",
"KIssueReporting",
"KCasePaths"
"KCasePaths",
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay")
],
exclude: [
"__Snapshots__"
Expand Down
7 changes: 5 additions & 2 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.10.0"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.2"),
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2")
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2"),
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0")
],
targets: [
.target(
Expand Down Expand Up @@ -52,7 +53,9 @@ let package = Package(
.product(name: "CombineSchedulers", package: "combine-schedulers"),
"KlaviyoCore",
"ComposableArchitecture",
"KIssueReporting"
"KIssueReporting",
"KCasePaths",
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay")
],
exclude: [
"__Snapshots__"
Expand Down
Loading

0 comments on commit 47015e3

Please sign in to comment.