NetNewsWire/Modules/Parser/Tests/FeedParserTests/ParserTests.swift
2024-08-27 20:46:11 -07:00

13 lines
355 B
Swift

import XCTest
@testable import Parser
final class ParserTests: 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
}
}