Files
kangkang/康康Tests/__Tests.swift
link2026 53da442424 chore: rename Tiji→Kangkang test imports + scheme + sync docs
Rename @testable imports across all test/UI test files after the Tiji→Kangkang
project rename in 44ed01a. Add shared scheme. Sync CLAUDE.md / W2 plan / spec
v1.0 to current scope (Symptom feature noted, C1/C2 flow lockdown).
2026-05-25 23:18:00 +08:00

17 lines
255 B
Swift

//
// __Tests.swift
// Tests
//
// Created by Tim on 2026/5/25.
//
import Testing
struct __Tests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}