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