Initial Commit

This commit is contained in:
Shibo Lyu 2025-04-22 15:32:31 +08:00
commit bea7edf8c4
4 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,6 @@
import Testing
@testable import Minisign
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}