Initial commit

This commit is contained in:
2025-01-19 21:38:47 -05:00
commit 4dc6a71a5c
15 changed files with 926 additions and 0 deletions

17
YetiTests/YetiTests.swift Normal file
View File

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