NetNewsWire/ReaderAPI/Tests/ReaderAPITests/ReaderAPITests.swift

13 lines
361 B
Swift
Raw Normal View History

2024-04-06 22:06:24 +02:00
import XCTest
@testable import ReaderAPI
final class ReaderAPITests: XCTestCase {
func testExample() throws {
// XCTest Documentation
// https://developer.apple.com/documentation/xctest
// Defining Test Cases and Test Methods
// https://developer.apple.com/documentation/xctest/defining_test_cases_and_test_methods
}
}