Restructured the folder structure of the library and tests targets to start development.

This commit is contained in:
2025-10-02 17:16:51 +02:00
parent f5524a6650
commit 88278885cc
3 changed files with 1 additions and 1 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.
}