Closed flotwig closed 5 years ago
Previously, snap-shot-core would throw an error if you pass an empty string as a value.
snap-shot-core
With this PR, it will allow it and store the empty string as a snapshot, allowing users to assert that the value of an empty string has not changed.
:tada: This PR is included in version 10.2.0 :tada:
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
Previously,
snap-shot-core
would throw an error if you pass an empty string as a value.With this PR, it will allow it and store the empty string as a snapshot, allowing users to assert that the value of an empty string has not changed.