From 2cd172d773bd611045bc6def6a01c8b4c72b6894 Mon Sep 17 00:00:00 2001 From: Joshua Date: Fri, 9 Sep 2022 14:33:48 +0200 Subject: [PATCH] move snapshot-mismatch image to subdir in .github folder --- {img => .github/assets}/snapshot-mismatch.png | Bin README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {img => .github/assets}/snapshot-mismatch.png (100%) diff --git a/img/snapshot-mismatch.png b/.github/assets/snapshot-mismatch.png similarity index 100% rename from img/snapshot-mismatch.png rename to .github/assets/snapshot-mismatch.png diff --git a/README.md b/README.md index c9f75e2..87b0c92 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ module.exports = { If you change the site values, the saved snapshot will no longer match, throwing an error -![Snapshot mismatch](img/snapshot-mismatch.png) +![Snapshot mismatch](.github/assets/snapshot-mismatch.png) Click on the `SNAPSHOT` step in the Command Log to see expected and current value printed in the DevTools.