We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73328f commit 5b3fad8Copy full SHA for 5b3fad8
packages/jest-snapshot/src/index.js
@@ -79,7 +79,7 @@ const toMatchSnapshot = function(received: any, testName?: string) {
79
`must be explicitly passed to write a new snapshot.\n\n` +
80
`This is likely because this test is run in a continuous integration ` +
81
`(CI) environment in which snapshots are not written by default.\n\n` +
82
- `${RECEIVED_COLOR('Received value')}` +
+ `${RECEIVED_COLOR('Received value')} ` +
83
`${actual}`;
84
} else {
85
expected = (expected || '').trim();
0 commit comments