abahmed / Deer

:pencil2:A modern, fast, beautiful note taking app, built on Electron and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When you make a change snapshots need to be manually deleted to verify changes are correct

jesusbibieca opened this issue · comments

commented

Describe the bug
When you make a change and you want to run the tests, snapshots need to be manually deleted to verify changes are correct.

To Reproduce
Steps to reproduce the behavior:

  1. Run tests after you have made a change in a component and snapshots will not be updated unless you delete them before running the tests/

Expected behavior
Generate fresh snapshots on each test.