From 077fa8a4cfff1b764835780572060ef476b7bb0e Mon Sep 17 00:00:00 2001 From: Art Date: Sun, 16 Apr 2023 17:43:36 +0700 Subject: [PATCH] Update docs/SnapshotTesting.md Co-authored-by: Tom Mrazauskas --- docs/SnapshotTesting.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/SnapshotTesting.md b/docs/SnapshotTesting.md index 6533fa95b192..cfee9e3ef86d 100644 --- a/docs/SnapshotTesting.md +++ b/docs/SnapshotTesting.md @@ -270,8 +270,6 @@ Now, every time the snapshot test case runs, `Date.now()` will return `148236336 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. -::: - For example, compare: ```js