NetNewsWire/Modules/CommonErrors/Tests/CommonErrorsTests/CommonErrorsTests.swift

13 lines
367 B
Swift
Raw Normal View History

2024-04-07 02:46:17 +02:00
import XCTest
@testable import CommonErrors
final class CommonErrorsTests: 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
}
}