Files
Yeti/YetiTests/YetiTests.swift
2025-01-19 21:38:47 -05:00

18 lines
283 B
Swift

//
// YetiTests.swift
// YetiTests
//
// Created by Terry Yiu on 1/19/25.
//
import Testing
@testable import Yeti
struct YetiTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}