Tests.swift 249 B

123456789101112
  1. // LoopFollow
  2. // Tests.swift
  3. // Created by Jonas Björkert on 2025-05-21.
  4. import Testing
  5. struct Tests {
  6. @Test func example() async throws {
  7. // Write your test here and use APIs like `#expect(...)` to check expected conditions.
  8. }
  9. }