TrioWatchAppTests.swift 216 B

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