Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Olsen committed Oct 30, 2018
1 parent ba67642 commit 45b3a1e
Showing 1 changed file with 0 additions and 110 deletions.
110 changes: 0 additions & 110 deletions src/Rating/__tests__/__snapshots__/RatingStar.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,115 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`renders correctly for a basic divider 1`] = `
.c1 {
margin: unset;
padding: unset;
border: unset;
background: unset;
font: unset;
font-family: inherit;
font-size: 100%;
box-sizing: border-box;
background-color: unset;
color: inherit;
}
.c0 {
box-sizing: border-box;
font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
margin: 0;
padding: 0;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
color: #435a6f;
}
.c0 *,
.c0 *::before,
.c0 *::after {
box-sizing: inherit;
}
.c0 *:focus {
outline: 2px solid #586ccf;
outline-offset: 2px;
}
.c2 {
width: 1.5rem;
height: 1.5rem;
}
.c2 path {
fill: #e6e6e6;
}
<div>
<div
class="c0 c1"
>
<div
class=""
>
<svg
aria-label="1"
class="c2"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"
/>
</svg>
<svg
aria-label="2"
class="c2"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"
/>
</svg>
<svg
aria-label="3"
class="c2"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"
/>
</svg>
<svg
aria-label="4"
class="c2"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"
/>
</svg>
<svg
aria-label="5"
class="c2"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"
/>
</svg>
</div>
</div>
</div>
`;

exports[`renders correctly in basic form 1`] = `
.c1 {
margin: unset;
Expand Down

0 comments on commit 45b3a1e

Please sign in to comment.