Skip to content

Commit 5b3fad8

Browse files
rogeliogcpojer
authored andcommitted
Add space to "received snapshot" message (#5320)
1 parent d73328f commit 5b3fad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest-snapshot/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const toMatchSnapshot = function(received: any, testName?: string) {
7979
`must be explicitly passed to write a new snapshot.\n\n` +
8080
`This is likely because this test is run in a continuous integration ` +
8181
`(CI) environment in which snapshots are not written by default.\n\n` +
82-
`${RECEIVED_COLOR('Received value')}` +
82+
`${RECEIVED_COLOR('Received value')} ` +
8383
`${actual}`;
8484
} else {
8585
expected = (expected || '').trim();

0 commit comments

Comments
 (0)