// // SwiftForgeTests.swift // SwiftForgeTests // // Created by Atridad Lahiji on 2025-07-04. // import Testing @testable import SwiftForge struct SwiftForgeTests { @Test func example() async throws { // Write your test here and use APIs like `#expect(...)` to check expected conditions. } }