Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 23fd351

Browse files
committed
fix: update jest snapshot
1 parent f68a9bb commit 23fd351

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

src/components/__tests__/__snapshots__/Header.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ Array [
10221022
>
10231023
<a
10241024
className="emotion-70 emotion-46"
1025-
href="https://newrelic.com/signup"
1025+
href="https://one.newrelic.com"
10261026
onClick={[Function]}
10271027
rel="noopener"
10281028
size="small"

src/pages/__tests__/__snapshots__/collection.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ exports[`Data Collection Agents Page Renders correctly 1`] = `
11641164
>
11651165
<a
11661166
className="emotion-70 emotion-46"
1167-
href="https://newrelic.com/signup"
1167+
href="https://one.newrelic.com"
11681168
onClick={[Function]}
11691169
rel="noopener"
11701170
size="small"

src/pages/__tests__/__snapshots__/external-projects.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ exports[`External Projects Page Renders correctly 1`] = `
11641164
>
11651165
<a
11661166
className="emotion-70 emotion-46"
1167-
href="https://newrelic.com/signup"
1167+
href="https://one.newrelic.com"
11681168
onClick={[Function]}
11691169
rel="noopener"
11701170
size="small"

src/pages/__tests__/__snapshots__/index.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ exports[`HomePage Renders correctly 1`] = `
12151215
>
12161216
<a
12171217
className="emotion-70 emotion-46"
1218-
href="https://newrelic.com/signup"
1218+
href="https://one.newrelic.com"
12191219
onClick={[Function]}
12201220
rel="noopener"
12211221
size="small"

src/pages/__tests__/__snapshots__/oss-category.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ exports[`OSS Category Page Renders correctly 1`] = `
11671167
>
11681168
<a
11691169
className="emotion-70 emotion-46"
1170-
href="https://newrelic.com/signup"
1170+
href="https://one.newrelic.com"
11711171
onClick={[Function]}
11721172
rel="noopener"
11731173
size="small"

src/templates/__tests__/__snapshots__/external-project-page.spec.js.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ exports[`Adopt OpenJDK Renders correctly 1`] = `
12421242
>
12431243
<a
12441244
className="emotion-70 emotion-46"
1245-
href="https://newrelic.com/signup"
1245+
href="https://one.newrelic.com"
12461246
onClick={[Function]}
12471247
rel="noopener"
12481248
size="small"
@@ -2824,7 +2824,7 @@ exports[`Open Telemetry Page Renders correctly 1`] = `
28242824
>
28252825
<a
28262826
className="emotion-70 emotion-46"
2827-
href="https://newrelic.com/signup"
2827+
href="https://one.newrelic.com"
28282828
onClick={[Function]}
28292829
rel="noopener"
28302830
size="small"
@@ -4411,7 +4411,7 @@ exports[`W3C Distributed Tracing Working Group Renders correctly 1`] = `
44114411
>
44124412
<a
44134413
className="emotion-70 emotion-46"
4414-
href="https://newrelic.com/signup"
4414+
href="https://one.newrelic.com"
44154415
onClick={[Function]}
44164416
rel="noopener"
44174417
size="small"

0 commit comments

Comments
 (0)