diff --git a/packages/jest-snapshot/src/index.js b/packages/jest-snapshot/src/index.js index 755f0b5f995f..a76e765e8929 100644 --- a/packages/jest-snapshot/src/index.js +++ b/packages/jest-snapshot/src/index.js @@ -79,7 +79,7 @@ const toMatchSnapshot = function(received: any, testName?: string) { `must be explicitly passed to write a new snapshot.\n\n` + `This is likely because this test is run in a continuous integration ` + `(CI) environment in which snapshots are not written by default.\n\n` + - `${RECEIVED_COLOR('Received value')}` + + `${RECEIVED_COLOR('Received value')} ` + `${actual}`; } else { expected = (expected || '').trim();