Skip to content

Commit

Permalink
remove APIClientTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u committed May 4, 2024
1 parent c5ed4b8 commit 8e9b2cf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions AllTests.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
"testTimeoutsEnabled" : true
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:Features",
"identifier" : "APIClientTests",
"name" : "APIClientTests"
}
},
{
"target" : {
"containerPath" : "container:Features",
Expand Down
4 changes: 0 additions & 4 deletions Features/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ let package = Package(
.product(name: "Dependencies", package: "swift-dependencies"),
]
),
.testTarget(
name: "APIClientTests",
dependencies: ["APIClient"]
),
.target(
name: "AppFeature",
dependencies: [
Expand Down
4 changes: 0 additions & 4 deletions Features/Tests/APIClientTests/APIClientTests.swift

This file was deleted.

0 comments on commit 8e9b2cf

Please sign in to comment.