initial commit

This commit is contained in:
2026-07-10 09:59:02 +02:00
commit a96efee4cf
7 changed files with 114 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import Testing
@testable import phbar
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
// Swift Testing Documentation
// https://developer.apple.com/documentation/testing
}