You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.1 KiB
63 lines
1.1 KiB
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Counter component should match exact snapshot 1`] = `
|
|
<div>
|
|
<div>
|
|
<div
|
|
className="backButton"
|
|
data-tid="backButton"
|
|
>
|
|
<a
|
|
href="/"
|
|
onClick={[Function]}
|
|
>
|
|
<i
|
|
className="fa fa-arrow-left fa-3x"
|
|
/>
|
|
</a>
|
|
</div>
|
|
<div
|
|
className="counter counter"
|
|
data-tid="counter"
|
|
>
|
|
1
|
|
</div>
|
|
<div
|
|
className="btnGroup"
|
|
>
|
|
<button
|
|
className="btn"
|
|
data-tclass="btn"
|
|
onClick={[Function]}
|
|
>
|
|
<i
|
|
className="fa fa-plus"
|
|
/>
|
|
</button>
|
|
<button
|
|
className="btn"
|
|
data-tclass="btn"
|
|
onClick={[Function]}
|
|
>
|
|
<i
|
|
className="fa fa-minus"
|
|
/>
|
|
</button>
|
|
<button
|
|
className="btn"
|
|
data-tclass="btn"
|
|
onClick={[Function]}
|
|
>
|
|
odd
|
|
</button>
|
|
<button
|
|
className="btn"
|
|
data-tclass="btn"
|
|
onClick={[Function]}
|
|
>
|
|
async
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|