Skip to content

Commit

Permalink
feat(tasks/prettier): Visualize test details (#8634)
Browse files Browse the repository at this point in the history
For example, if there are 3 tests in 1 spec and all of them fail:

- 💥💥💥

After some implementation, if 1 test passes:

- 💥💥✨

However, in this case, the coverage as number does not change.

This PR visualizes these details for better mental well-being. 😃
(But in practice, specs are so detailed, there is not much opportunity
for this...)
  • Loading branch information
leaysgur authored Jan 21, 2025
1 parent 52458de commit 891a9c2
Show file tree
Hide file tree
Showing 3 changed files with 787 additions and 776 deletions.
Loading

0 comments on commit 891a9c2

Please sign in to comment.