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