Initial Commit

This commit is contained in:
2025-01-08 00:30:23 -05:00
commit 3b67a18a63
12 changed files with 776 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// AllenWrenchTests.swift
// AllenWrenchTests
//
// Created by Elizabeth Cray on 1/8/25.
//
import Testing
@testable import AllenWrench
struct AllenWrenchTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}