Conversation
boujeepossum
left a comment
There was a problem hiding this comment.
that looks so dope! thanks for adding this feature! :)
| ${[{foo: {bar: 'baz'}}]} | ${[{foo: {bar: 'baz'}}]} | ||
| ${Infinity} | ${Infinity} | ||
| ${-Infinity} | ${-Infinity} | ||
| ${NaN} | ${NaN} |
There was a problem hiding this comment.
this is so amazing! 😍
|
I've landed the CI fix PR, if you wanna rebase |
|
ping @SimenB fixed the conflicts 😄 |
Codecov Report
@@ Coverage Diff @@
## master #6357 +/- ##
==========================================
+ Coverage 63.47% 63.52% +0.04%
==========================================
Files 227 227
Lines 8677 8688 +11
Branches 4 3 -1
==========================================
+ Hits 5508 5519 +11
Misses 3168 3168
Partials 1 1
Continue to review full report at Codecov.
|
docs/GlobalAPI.md
Outdated
| - `%j` - JSON. | ||
| - `%o` - Object. | ||
| - `%%` - single percent sign ('%'). This does not consume an argument. | ||
| - `%p` - [pretty-format](https://www.npmjs.com/package/pretty-format). |
There was a problem hiding this comment.
Maybe we should add it as a first option, so it's easily discoverable?
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Use pretty format to interpolate test titles with given data.
Closes #6321
/cc @aaronabramov @SimenB
Do you guys think we need to trim serialising large datasets?
Test plan