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

Commit 2e54666

Browse files
author
Joel Worrall
committed
fix: eslint fixes and test updates
1 parent ffc9a01 commit 2e54666

File tree

6 files changed

+24
-8
lines changed

6 files changed

+24
-8
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ exports[`Data Collection Agents Page Renders correctly 1`] = `
289289
className="version footerMeta"
290290
>
291291
Version
292-
1.0.10
292+
1.0.16
293293
</small>
294294
</div>
295295
</section>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ exports[`External Projects Page Renders correctly 1`] = `
254254
className="version footerMeta"
255255
>
256256
Version
257-
1.0.10
257+
1.0.16
258258
</small>
259259
</div>
260260
</section>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ exports[`HomePage Renders correctly 1`] = `
394394
className="version footerMeta"
395395
>
396396
Version
397-
1.0.10
397+
1.0.16
398398
</small>
399399
</div>
400400
</section>

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

+11-1
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,16 @@ exports[`OSS Category Page Renders correctly 1`] = `
227227
<main
228228
className="primary-content-main"
229229
>
230+
<p>
231+
For the code snippets that appear in the project's README file, see
232+
233+
<a
234+
href="https://github.com/newrelic/opensource-website/wiki/Open-Source-Category-Snippets"
235+
>
236+
this documentation
237+
</a>
238+
.
239+
</p>
230240
<h2
231241
className="categoryTitle"
232242
id="community-project"
@@ -510,7 +520,7 @@ exports[`OSS Category Page Renders correctly 1`] = `
510520
className="version footerMeta"
511521
>
512522
Version
513-
1.0.10
523+
1.0.16
514524
</small>
515525
</div>
516526
</section>

src/pages/oss-category.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,13 @@ const OssCategoryPage = ({ data }) => {
9393
</div>
9494
</aside>
9595
<main className="primary-content-main">
96-
<p>For the code snippets that appear in the project's README file, see <a href="https://github.com/newrelic/opensource-website/wiki/Open-Source-Category-Snippets">this documentation</a>.</p>
96+
<p>
97+
For the code snippets that appear in the project's README file, see{' '}
98+
<a href="https://github.com/newrelic/opensource-website/wiki/Open-Source-Category-Snippets">
99+
this documentation
100+
</a>
101+
.
102+
</p>
97103
{categoryList}
98104
</main>
99105
</div>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ exports[`Adopt OpenJDK Renders correctly 1`] = `
315315
className="version footerMeta"
316316
>
317317
Version
318-
1.0.10
318+
1.0.16
319319
</small>
320320
</div>
321321
</section>
@@ -638,7 +638,7 @@ exports[`Open Telemetry Page Renders correctly 1`] = `
638638
className="version footerMeta"
639639
>
640640
Version
641-
1.0.10
641+
1.0.16
642642
</small>
643643
</div>
644644
</section>
@@ -1189,7 +1189,7 @@ exports[`W3C Distributed Tracing Working Group Renders correctly 1`] = `
11891189
className="version footerMeta"
11901190
>
11911191
Version
1192-
1.0.10
1192+
1.0.16
11931193
</small>
11941194
</div>
11951195
</section>

0 commit comments

Comments
 (0)