reduce entropy by removing unnecessary files

This commit is contained in:
2025-07-04 18:24:44 +02:00
parent 95d56d50c3
commit d8e5cb2370
15 changed files with 46 additions and 200 deletions

View File

@@ -1,17 +1,9 @@
//
// ImageViewerTests.swift
// ImageViewerTests
//
// Created by Christine Bieker on 04/07/2025.
//
import Testing
@testable import ImageViewer
struct ImageViewerTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}