18 lines
317 B
Swift
18 lines
317 B
Swift
//
|
|
// dimensionhubTests.swift
|
|
// dimensionhubTests
|
|
//
|
|
// Created by 安礼成 on 2025/2/18.
|
|
//
|
|
|
|
import Testing
|
|
@testable import dimensionhub
|
|
|
|
struct dimensionhubTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|