Skip to content

Commit

Permalink
Test: Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Sapegin committed Oct 18, 2018
1 parent dc6f718 commit 4f91451
Showing 1 changed file with 0 additions and 46 deletions.
Expand Up @@ -48,49 +48,3 @@ exports[`SectionHeading should forward slot properties to the toolbar 1`] = `
A Section
</Styled(SectionHeading)>
`;

exports[`SectionHeading should render a deprecated section heading 1`] = `
<div
className="rsg--wrapper-0"
>
<Styled(Heading)
id="section"
level={2}
>
<a
className="rsg--sectionName-2 rsg--isDeprecated-3"
href="/section"
>
A Section
</a>
</Styled(Heading)>
<div
className="rsg--toolbar-1"
>
<FakeToolbar />
</div>
</div>
`;

exports[`SectionHeading should render a section heading 1`] = `
<div
className="rsg--wrapper-0"
>
<Styled(Heading)
id="section"
level={2}
>
<a
className="rsg--sectionName-2"
href="/section"
>
A Section
</a>
</Styled(Heading)>
<div
className="rsg--toolbar-1"
>
<FakeToolbar />
</div>
</div>
`;

0 comments on commit 4f91451

Please sign in to comment.