Files
NetNewsWire/AppConfig/Tests/AppConfigTests/AppConfigTests.swift
2024-06-26 23:10:59 -07:00

13 lines
361 B
Swift

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