We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f996920 commit b07454fCopy full SHA for b07454f
__tests__/shared/components/__snapshots__/Content.jsx.snap
@@ -4,9 +4,6 @@ exports[`Matches shallow shapshot 1`] = `
4
<div
5
className="src-shared-components-Content-___style__Content___aJySd"
6
>
7
- <h1>
8
- TEST
9
- </h1>
10
<h1>
11
Topcoder Community App
12
</h1>
src/shared/components/Content/index.jsx
@@ -12,7 +12,6 @@ import './style.scss';
export default function Content() {
13
return (
14
<div styleName="Content">
15
- <h1>TEST</h1>
16
<h1>Topcoder Community App</h1>
17
<p>Isomorphic ReactJS App for new version of Topcoder community website.
18
Technological stack includes:</p>
0 commit comments