This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Nimble | |
import Quick | |
/// Replacement for Quick's `it` which runs using swift concurrency. | |
func asyncIt( | |
_ description: String, | |
file: StaticString = #file, | |
line: UInt = #line, | |
closure: @MainActor @escaping () async throws -> Void | |
) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Showing folder ids. Note inbox and Gabe's Folder. | |
$ curl --request GET \ | |
--url 'https://graph.microsoft.com/v1.0/me/mailFolders' \ | |
--header 'Authorization: Bearer ___' \ | |
--header 'Prefer: IdType=ImmutableId' | jq '.' | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 3542 100 3542 0 0 25120 0 --:--:-- --:--:-- --:--:-- 25120 | |
{ |