krz/hutch
an ios client for sourcehut
clone: git clone https://gitbay.org/krz/hutch.git
main: HutchTests/HutchTests.swift · raw
1//
2// HutchTests.swift
3// HutchTests
4//
5// Created by cmc on 2026-03-18.
6//
7
8import Testing
9
10@MainActor
11struct HutchTests {
12
13 @Test func example() async throws {
14 // Write your test here and use APIs like `#expect(...)` to check expected conditions.
15 }
16
17}