17 lines
281 B
Swift
17 lines
281 B
Swift
|
|
//
|
||
|
|
// WildGrowthTests.swift
|
||
|
|
// WildGrowthTests
|
||
|
|
//
|
||
|
|
// Created by 杨一宸 on 2025/12/5.
|
||
|
|
//
|
||
|
|
|
||
|
|
import Testing
|
||
|
|
|
||
|
|
struct WildGrowthTests {
|
||
|
|
|
||
|
|
@Test func example() async throws {
|
||
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|