Files
swift-cli-doc/Examples/Tests/CliDoc-ExamplesTests/CliDoc_ExamplesTests.swift

7 lines
178 B
Swift

import Testing
@testable import CliDoc_Examples
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}