Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tasks/prettier): Visualize test details (#8634)
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