Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPretty-print React elements #1566
Merged
+34
−7
Conversation
|
Awesome! I just updated some minor require odering nit. |
codecov-io
commented
Sep 1, 2016
Current coverage is 90.37% (diff: 100%)@@ master #1566 diff @@
==========================================
Files 28 28
Lines 1121 1133 +12
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 1012 1024 +12
Misses 109 109
Partials 0 0
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
gaearon commentedSep 1, 2016
Fixes #1429.
Fixes #1509.
Adds pretty-printing of elements both to regular tests (yay shallow rendering diffs!) and to snapshot tests (which had pretty-printing for instances but not for elements).