// // ShortPlayTests.swift // ShortPlayTests // // Created by 曾觉新 on 2025/4/8. // import Testing @testable import ShortPlay struct ShortPlayTests { @Test func example() async throws { // Write your test here and use APIs like `#expect(...)` to check expected conditions. } }