Skip to content

Commit

Permalink
fix: prevent nested p tag error
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Jun 26, 2024
1 parent b38cb56 commit 239668d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/website/docs/01_guidelines/testing/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ slug: /guidelines/testing
id: testing-introduction
---

<p style={{ fontSize: '22px' }}>
<div style={{ fontSize: '22px' }}>
Learn how we test our code internally and how you should test integration with EUI components to ensure
good test coverage and easy maintainability.
</p>
</div>

## How we test our components

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Testing recommendations
sidebar_label: Recommendations
---

<p style={{ fontSize: '22px' }}>
<div style={{ fontSize: '22px' }}>
Our general set of do's and don'ts for testing components and views.
</p>
</div>

## Choose the right selectors

Expand Down

0 comments on commit 239668d

Please sign in to comment.