When running only some of the tests (e.g. executing only one test from a test file), snapshottest will report all the snapshots from the tests that haven't been run as deprecated. This is wrong - the snapshots aren't deprecated, they simply haven't been tested.
snapshottest should be able to track which tests have been executed in the current test run and only report deprecated snapshots from tests that have been executed.
When running only some of the tests (e.g. executing only one test from a test file),
snapshottest
will report all the snapshots from the tests that haven't been run as deprecated. This is wrong - the snapshots aren't deprecated, they simply haven't been tested.snapshottest
should be able to track which tests have been executed in the current test run and only report deprecated snapshots from tests that have been executed.