Initial commit

This commit is contained in:
2025-07-04 22:10:37 +00:00
commit 28578dc2e3
30 changed files with 6857 additions and 0 deletions

View File

@ -0,0 +1,17 @@
//
// 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.
}
}