18 lines
315 B
Swift
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.
|
|
}
|
|
|
|
}
|