krz/rune

an ios client for njalla

clone: git clone https://gitbay.org/krz/rune.git

v1.0.0: RuneTests/RuneTests.swift · raw

 1//
 2//  RuneTests.swift
 3//  RuneTests
 4//
 5//  Created by cmc on 2026-03-23.
 6//
 7
 8import Testing
 9@testable import Rune
10
11struct RuneTests {
12
13    @Test func example() async throws {
14        // Write your test here and use APIs like `#expect(...)` to check expected conditions.
15    }
16
17}