Initial Commit

This commit is contained in:
Ultradesu
2026-06-08 13:21:11 +01:00
commit 2d4e623a9f
11 changed files with 806 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
//
// 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.
}
}