From 1acf822c04cfe5dcc2b6a9150b60bc654ace3500 Mon Sep 17 00:00:00 2001 From: Sunny Zanchi Date: Wed, 16 Oct 2024 15:55:48 -0400 Subject: [PATCH] fix: fix snapshot tests --- .../__tests__/__snapshots__/Icon.test.js.snap | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/packages/gatsby-theme-newrelic/src/components/__tests__/__snapshots__/Icon.test.js.snap b/packages/gatsby-theme-newrelic/src/components/__tests__/__snapshots__/Icon.test.js.snap index 66099d0ac..5ffbda30e 100644 --- a/packages/gatsby-theme-newrelic/src/components/__tests__/__snapshots__/Icon.test.js.snap +++ b/packages/gatsby-theme-newrelic/src/components/__tests__/__snapshots__/Icon.test.js.snap @@ -1059,6 +1059,75 @@ exports[`nr-ai icon matches its snapshot 1`] = ` `; +exports[`nr-arrow-down icon matches its snapshot 1`] = ` +.emotion-0 { + width: 1em; + height: 1em; +} + + + + +`; + +exports[`nr-arrow-go-to icon matches its snapshot 1`] = ` +.emotion-0 { + width: 1em; + height: 1em; +} + + + + +`; + +exports[`nr-arrow-up icon matches its snapshot 1`] = ` +.emotion-0 { + width: 1em; + height: 1em; +} + + + + +`; + exports[`nr-dark-mode-toggle icon matches its snapshot 1`] = ` .emotion-0 { width: 1em;