Tests.swift 204 B

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