Skip to content

v8.1.0

Compare
Choose a tag to compare
@trotzig trotzig released this 14 Sep 17:28

This minor release adds support for a new afterSyncComparison function that you can define in .happo.js. It gets called when a comparison has been made (but only when HAPPO_IS_ASYNC=false). It gets called with an object having this format: https://happo.io/docs/api#Comparison

Thanks to @wokayme for the contribution!