001project_wildgrowth/ios/WildGrowth/WildGrowthTests/WildGrowthTests.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.
}
}