10 lines
121 B
Swift
10 lines
121 B
Swift
import Testing
|
|
@testable import ImageViewer
|
|
|
|
struct ImageViewerTests {
|
|
|
|
@Test func example() async throws {
|
|
}
|
|
|
|
}
|