Skip to content

Commit

Permalink
Merge pull request #10 from apollographql/hs/tests
Browse files Browse the repository at this point in the history
Import Test Helpers
  • Loading branch information
Iron-Ham authored Oct 9, 2023
2 parents 71a651a + a9d7228 commit 6f8bcb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
6 changes: 1 addition & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "apollo-ios-pagination",
platforms: [
.iOS(.v12),
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v12),
.watchOS(.v5)
Expand All @@ -27,9 +27,5 @@ let package = Package(
.product(name: "ApolloAPI", package: "apollo-ios"),
]
),
.testTarget(
name: "apollo-ios-paginationTests",
dependencies: ["apollo-ios-pagination"]
),
]
)
12 changes: 0 additions & 12 deletions Tests/apollo-ios-paginationTests/apollo_ios_paginationTests.swift

This file was deleted.

0 comments on commit 6f8bcb0

Please sign in to comment.