json-snapshot.github.io icon indicating copy to clipboard operation
json-snapshot.github.io copied to clipboard

Warning about unused snapshot doesn't need to show all the contents

Open deeTEEcee opened this issue 4 years ago • 0 comments

Context:

  • I have a class with multiple snapshots but often times, I only want to run a single test when I'm troubleshooting an issue or working on new functionality.
  • I've possibly mixed in non-snapshot tests with my snapshot tests.

Right now, when you have unused snapshots, it displays the entire contents of that unused snapshot. I think just printing a a list of all those unused methods is good enough.

deeTEEcee avatar Sep 30 '21 17:09 deeTEEcee