a native iOS client for tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 19 lines 392 B view raw
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}