Files
Aural/AuralTests/AuralTests.swift
2026-03-16 18:02:20 +08:00

17 lines
266 B
Swift

//
// 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.
}
}