Updated the setup of the Package.swift file.

This commit is contained in:
2025-10-06 00:56:06 +02:00
parent 817cf9fe95
commit b204d81def
3 changed files with 27 additions and 11 deletions
@@ -0,0 +1,6 @@
import Testing
@testable import asconnect_service
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}