Use atproto actions with ease in iOS shortcuts
at main 298 B view raw
1// 2// shortcutTests.swift 3// shortcutTests 4// 5// Created by Bailey Townsend on 6/23/25. 6// 7 8import Testing 9 10@testable import shortcut 11 12struct shortcutTests { 13 14 @Test func example() async throws { 15 // Write your test here and use APIs like `#expect(...)` to check expected conditions. 16 } 17 18}