Files
ImageViewer/ImageViewerTests/ImageViewerTests.swift

10 lines
121 B
Swift

import Testing
@testable import ImageViewer
struct ImageViewerTests {
@Test func example() async throws {
}
}