AllenWrench/AllenWrenchTests/AllenWrenchTests.swift
2025-01-08 00:30:23 -05:00

18 lines
315 B
Swift

//
// 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.
}
}