NetNewsWire/LocalAccount/Tests/LocalAccountTests/LocalAccountTests.swift

13 lines
367 B
Swift
Raw Normal View History

2024-04-08 00:20:59 +02:00
import XCTest
@testable import LocalAccount
final class LocalAccountTests: 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
}
}