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

Releases: hoppscotch/hopp-js-sandbox

0.1.1

09 Jul 00:24
Compare
Choose a tag to compare

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 }

0.1.0

04 Jul 23:51
Compare
Choose a tag to compare

Initial Release.

  • Introduce test-runner sandbox accessible via runTestScript import.