Skip to content

Commit 6614da3

Browse files
Update docs/SnapshotTesting.md
Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
1 parent 477e2f3 commit 6614da3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/SnapshotTesting.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ Now, every time the snapshot test case runs, `Date.now()` will return `148236336
270270

271271
Always strive to use descriptive test and/or snapshot names for snapshots. The best names describe the expected snapshot content. This makes it easier for reviewers to verify the snapshots during review, and for anyone to know whether or not an outdated snapshot is the correct behavior before updating.
272272

273-
:::
274-
275273
For example, compare:
276274

277275
```js

0 commit comments

Comments
 (0)