Initial Commit

This commit is contained in:
neon443
2025-06-02 17:20:49 +01:00
commit 024b88cd6b
10 changed files with 754 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// ShhShellTests.swift
// ShhShellTests
//
// Created by neon443 on 02/06/2025.
//
import Testing
@testable import ShhShell
struct ShhShellTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}