Skip to content

Commit a45d231

Browse files
authored
test: update
1 parent 9f8c73d commit a45d231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jest-snapshot-utils/src/__tests__/utils.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ test('getSnapshotData() throws for deprecated snapshot guide link', () => {
178178
`${chalk.red(
179179
`${chalk.red.bold(
180180
'Outdated guide link',
181-
)}: The snapshot guide link is outdated.` +
182-
'Please update all snapshots while upgrading of Jest',
181+
)}: The snapshot guide link at the top of this snapshot is outdated. ` +
182+
'Please update all snapshots during this upgrade of Jest.',
183183
)}\n\nExpected: ${SNAPSHOT_GUIDE_LINK}\n` +
184184
`Received: ${deprecatedGuideLink}`,
185185
);

0 commit comments

Comments
 (0)