feat(expect): toHaveCSS with object notation#38982
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| if (!missingReceived) { | ||
| const rendered = renderUnexpectedValue(options.expression, received); | ||
| if (rendered !== undefined) | ||
| progress.log(` unexpected value "${rendered}"`); |
There was a problem hiding this comment.
curious, why don't we log arrays/objects?
There was a problem hiding this comment.
They end up as [Object object]. We can probably work on making this better, but separately.
dc3234b to
215eac8
Compare
Test results for "MCP"8 failed 3438 passed, 116 skipped Merge workflow run. |
Test results for "tests 1"3 flaky34243 passed, 668 skipped Merge workflow run. |
This reverts commit 750fc94.
Closes #35113.