// // shortcutTests.swift // shortcutTests // // Created by Bailey Townsend on 6/23/25. // import Testing @testable import shortcut struct shortcutTests { @Test func example() async throws { // Write your test here and use APIs like `#expect(...)` to check expected conditions. } }