18 lines
301 B
Swift
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.
|
|
}
|
|
|
|
}
|