a native iOS client for tangled
1//
2// frayedTests.swift
3// frayedTests
4//
5// Created by daniel daum on 4/3/26.
6//
7
8import Testing
9@testable import frayed
10
11struct frayedTests {
12
13 @Test func example() async throws {
14 // Write your test here and use APIs like `#expect(...)` to check expected conditions.
15 // Swift Testing Documentation
16 // https://developer.apple.com/documentation/testing
17 }
18
19}