mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Create ReaderAPI module.
This commit is contained in:
12
ReaderAPI/Tests/ReaderAPITests/ReaderAPITests.swift
Normal file
12
ReaderAPI/Tests/ReaderAPITests/ReaderAPITests.swift
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user