13 lines
371 B
Swift
Raw Normal View History

2024-05-25 22:48:17 -07:00
import XCTest
@testable import FeedDownloader
final class FeedDownloaderTests: 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
}
}