mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 16:20:53 +01:00
13 lines
367 B
Swift
13 lines
367 B
Swift
|
import XCTest
|
||
|
@testable import CloudKitSync
|
||
|
|
||
|
final class CloudKitSyncTests: 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
|
||
|
}
|
||
|
}
|