Files
furumi_macos/furumi_macosTests/furumi_macosTests.swift
T
2026-06-08 13:21:11 +01:00

18 lines
328 B
Swift

//
// furumi_macosTests.swift
// furumi_macosTests
//
// Created by Alexandr Bogomiakov on 08/06/2026.
//
import Testing
@testable import furumi_macos
struct furumi_macosTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}