americanexpress / jest-image-snapshot

✨ Jest matcher for image comparisons. Most commonly used for visual regression testing.
Apache License 2.0
3.81k stars 197 forks source link

fix incorrect stats reported to jest #257

Closed k-yle closed 3 years ago

k-yle commented 3 years ago

Description

Closes #243. See that issue for details.

Motivation and Context

When jest finishes, the statistics shown are wrong if some snapshots failed.

How Has This Been Tested?

There are no existing tests that assert on what is reported to jest because UNSTABLE_SKIP_REPORTING is enabled.

I've tested this manually in a simple project.

Types of Changes

Checklist:

What is the Impact to Developers Using Jest-Image-Snapshot?

Stats reported to jest are now correct.

oneamexbot commented 3 years ago

:tada: This PR is included in version 4.4.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: