import ComposableArchitecture import XCTest @testable import SyncUps final class AppFeatureTests: XCTestCase { func testDelete() async throws { } }