Avatar
Quick/Nimble で async な API をテストするときのベストプラクティス的な方法ってありますか?↓ここに書かれている extensionhttps://github.com/Quick/Quick/issues/1084#issuecomment-1007665281 (edited)
Just like it was added in XCTest, it would be great to be able to do this: it("") { expect(await f()) == 1 }