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