Skip to content

Commit

Permalink
fix docc
Browse files Browse the repository at this point in the history
  • Loading branch information
KC-2001MS committed Oct 9, 2024
1 parent 1f2d4e4 commit 6e10cd5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 35 deletions.
18 changes: 0 additions & 18 deletions OnboardingUI.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,6 @@
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
"version" : "1.0.0"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-syntax.git",
"state" : {
"revision" : "82a453c2dfa335c7e778695762438dfe72b328d2",
"version" : "600.0.0-prerelease-2024-07-24"
}
},
{
"identity" : "swift-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-testing.git",
"state" : {
"revision" : "c55848b2aa4b29a4df542b235dfdd792a6fbe341",
"version" : "0.12.0"
}
}
],
"version" : 2
Expand Down
8 changes: 0 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.0"),
.package(url: "https://github.com/apple/swift-testing.git", from: "0.12.0"),
],
targets: [
.target(
Expand All @@ -24,12 +23,5 @@ let package = Package(
.process("Localizable.xcstrings")
]
),
.testTarget(
name: "OnboardingUITests",
dependencies: [
.product(name: "Testing", package: "swift-testing"),
"OnboardingUI"
]
),
]
)
18 changes: 9 additions & 9 deletions Tests/OnboardingUITests/OnboardingUITests.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Testing
@testable import OnboardingUI

struct OnboardingUITests {
@Test
func testExample() async throws {
#expect(true)
}
}
//import Testing
//@testable import OnboardingUI
//
//struct OnboardingUITests {
// @Test
// func testExample() async throws {
// #expect(true)
// }
//}

0 comments on commit 6e10cd5

Please sign in to comment.