NetNewsWire/Modules/FeedFinder/Tests/FeedFinderTests/FeedFinderTests.swift
2024-07-06 21:07:05 -07:00

13 lines
363 B
Swift

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
}
}