Defined the products, dependencies, and targets in the Package file.

This commit is contained in:
2025-10-02 17:05:58 +02:00
parent 5bc14377fb
commit 400a035ca1
3 changed files with 40 additions and 12 deletions
@@ -0,0 +1,6 @@
import Testing
@testable import marvel_service
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}