Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@kurtschelfthout kurtschelfthout released this 30 Jan 21:58

Support Async<'Testable> & Task<'Testable>. Slight behavior change: an explicit upcast to non-generic Task (:> Task) is now needed for tests involving Task<'T> where 'T is not itself a testable type. (by Brian Rourke Boll)