Skip to content

Commit

Permalink
Refs #267520 - Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Mar 25, 2024
1 parent 046c0ff commit fe60579
Showing 1 changed file with 1 addition and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`NewsItemView should render the component 1`] = `
<div
className="insitu-newsitem-view"
>
<div>
Title Block Component
</div>
<div
className="ui container"
>
<p
className="documentDescription eea callout"
/>
<div
dangerouslySetInnerHTML={
Object {
"__html": undefined,
}
}
/>
</div>
<div>
</div>
`;

0 comments on commit fe60579

Please sign in to comment.