TrioWatch_Watch_AppTests.swift 230 B

123456789
  1. import Testing
  2. @testable import TrioWatch_Watch_App
  3. struct TrioWatch_Watch_AppTests {
  4. @Test func example() async throws {
  5. // Write your test here and use APIs like `#expect(...)` to check expected conditions.
  6. }
  7. }