Skip to content

Bump `tape-es` and Fix Tests

Choose a tag to compare

@evanplaice evanplaice released this 01 Apr 02:55
· 153 commits to main since this release

Bump tape-es (hopefully for the last time) and fix tests

Tape-ES error handling was improved so exceptions and errors exit early (w/ errorCode = 1) but tests keep running, even if a test fails, until the entire suite is finished and all failed assertions are properly logged w/ exitCode = 1 at the end if any of the tests fail.