17 lines
266 B
Swift
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.
|
|
}
|
|
|
|
}
|