Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

0.1.1

Latest
Compare
Choose a tag to compare
@AndrewBastin AndrewBastin released this 09 Jul 00:24
· 3 commits to main since this release

Add better error/failure handling with proper error messages on failed expectations or expectations having new format.
The Expectation Result is defined as

type ExpectResult = 
    | { status: "pass" } 
    | { status: "fail" | "error", message: string }