dimensionhub/dimensionhubTests/dimensionhubTests.swift
2025-02-18 22:30:41 +08:00

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.
}
}