initial commit

This commit is contained in:
2026-08-28 18:18:16 +02:00
commit 3615193ae4
4 changed files with 56 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import Testing
@testable import aria
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
// Swift Testing Documentation
// https://developer.apple.com/documentation/testing
}