NetNewsWire/Images/Tests/ImagesTests/ImagesTests.swift
2024-04-15 21:11:59 -07:00

13 lines
355 B
Swift

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