added package project

This commit is contained in:
Wilhelm Oks
2024-12-10 10:40:41 +01:00
parent e299909298
commit 0822514a71
4 changed files with 33 additions and 0 deletions
@@ -0,0 +1,6 @@
import Testing
@testable import SwiftDevRant
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}