This commit is contained in:
Daniel
2026-03-16 18:02:20 +08:00
parent dafeb0c0a2
commit 84c28ad1c2
18 changed files with 1524 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
//
// AuralTests.swift
// AuralTests
//
// Created by on 2026/3/16.
//
import Testing
struct AuralTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}