Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.81k stars 598 forks source link

Support async expressions in `expect` #1003

Closed younata closed 1 year ago

younata commented 1 year ago

Basically, expect(await someFunction()).to(...) should work. Similarly, expect { await someFunction() }.to(...) should also work.