punchnet-macos/punchnetTests/punchnetTests.swift
2025-05-12 16:20:35 +08:00

18 lines
301 B
Swift

//
// punchnetTests.swift
// punchnetTests
//
// Created by on 2025/5/12.
//
import Testing
@testable import punchnet
struct punchnetTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}