18 lines
304 B
Swift
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.
|
|
}
|
|
|
|
}
|