chore: create presentation layer project

Signed-off-by: Alan Brault <alan.brault@visus.io>
This commit is contained in:
2026-08-08 07:26:19 -04:00
parent 5893b9f99e
commit 4d790cfadb
5 changed files with 119 additions and 0 deletions
@@ -0,0 +1,8 @@
import Testing
@testable import TempestasPresentation
@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
}