v0.5.0
What's Changed
- docs: improve readme code formatting and grammar by @G-Rath in #85
- docs: improve
TestMain
references by @G-Rath in #86 - chore(docs): minor improvements by @gkampitakis in #89
- chore: clean up test mocks and change getTestID param order by @gkampitakis in #92
- feat: don't create multiple snapshots when -test.count>1 by @gkampitakis in #90
Breaking changes ❗
On v0.5.0
when running tests with test.count>1
flag a call to create a snapshot will not create multiple instances of the same snapshot, but it will create the snapshot once and then subsequent execution will test against that snapshot. Look at issue #87
New Contributors
Full Changelog: v0.4.12...v0.5.0