MoviaBox/ShortPlayTests/ShortPlayTests.swift
2025-04-09 18:24:58 +08:00

18 lines
304 B
Swift

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