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