// // RuneTests.swift // RuneTests // // Created by cmc on 2026-03-23. // import Testing @testable import Rune struct RuneTests { @Test func example() async throws { // Write your test here and use APIs like `#expect(...)` to check expected conditions. } }