TodosTests.swift 287 B

1234567891011121314151617
  1. //
  2. // TodosTests.swift
  3. // TodosTests
  4. //
  5. // Created by Sam Jaffe on 2/28/26.
  6. //
  7. import Testing
  8. @testable import Todos
  9. struct TodosTests {
  10. @Test func example() async throws {
  11. // Write your test here and use APIs like `#expect(...)` to check expected conditions.
  12. }
  13. }