NetNewsWire/Modules/FeedFinder/Tests/FeedFinderTests/FeedFinderTests.swift

13 lines
363 B
Swift
Raw Normal View History

2024-04-07 23:57:05 +02:00
import XCTest
@testable import FeedFinder
final class FeedFinderTests: 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
}
}