question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItĀ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add obsolete snapshot file name to the error message

See original GitHub issue

šŸš€ Feature Proposal

Current output {n} obsolete snapshot files found... Desired output {n} obsolete snapshot files found... + {/dir/filename(s)} ...

Motivation

Making jest output more informative to improve developers’ productivity

Example

See above

Pitch

Why does this feature belong in the Jest core platform?

Common feature proposals that do not typically make it to core:

  • New matchers (see jest-extended)
  • Changes to the default reporter (use custom reporters instead)
  • Changes to node/jsdom test environments (use custom environments instead)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
elengartcommented, Apr 9, 2019

we are a couple of versions behind…thank you!

0reactions
github-actions[bot]commented, May 12, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What are obsolete snapshots and snapshot files?
"Obsolete" refers to snapshots or snapshot files, for which no .toMatchSnapshot() exists any more. Snapshots are organised in one file per testĀ ...
Read more >
Help! "You must rerun snapshot because current snapshot ...
Since posting this original message, I temporarily "solved' the problem by deleting all subscriptions, all publications, all snapshots, andĀ ...
Read more >
Snapshot Testing - Jest
Snapshot tests are a very useful tool whenever you want to make sure your UI does not change unexpectedly.
Read more >
Why am I getting an ā€œobsolete reportā€ error message?
You may be trying to report on data that isn't available. Data may be unavailable because: An object in the report isn't enabled...
Read more >
RMAN Unable to delete obsolete control file copy — oracle-tech
What you have there is the snapshot control file which is a temporary file and should not be a part of the recovery...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found