Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Jest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arcw76183450 committed Jul 5, 2023
1 parent 3ed7a0d commit e4fbd92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`should render a default component 1`] = `
className="main"
>
<Scroll
className="normalizer light"
className="normalizer"
tabIndex="-1"
/>
</div>
Expand All @@ -23,7 +23,7 @@ exports[`should render a footer 1`] = `
className="main"
>
<Scroll
className="normalizer light"
className="normalizer"
tabIndex="-1"
/>
</div>
Expand Down Expand Up @@ -52,7 +52,7 @@ exports[`should render a header 1`] = `
className="main"
>
<Scroll
className="normalizer light"
className="normalizer"
tabIndex="-1"
/>
</div>
Expand All @@ -67,7 +67,7 @@ exports[`should render as fill 1`] = `
className="main"
>
<Scroll
className="normalizer light"
className="normalizer"
tabIndex="-1"
/>
</div>
Expand All @@ -82,7 +82,7 @@ exports[`should render content 1`] = `
className="main"
>
<Scroll
className="normalizer light"
className="normalizer"
tabIndex="-1"
>
<p>
Expand All @@ -108,7 +108,7 @@ exports[`should render header & footer 1`] = `
className="main"
>
<Scroll
className="normalizer light"
className="normalizer"
tabIndex="-1"
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ exports[`Dialog correctly applies the theme context className 1`] = `
className="main"
>
<Scroll
className="normalizer orion-fusion-theme light"
className="normalizer orion-fusion-theme"
tabIndex="-1"
>
<div
className="scroll normalizer orion-fusion-theme light"
className="scroll normalizer orion-fusion-theme"
tabIndex="-1"
>
<div
Expand Down

0 comments on commit e4fbd92

Please sign in to comment.