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).
17 lines
255 B
Swift
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.
|
|
}
|
|
|
|
}
|