test(instances): update snapshots

This commit is contained in:
Fábio Moreira 2018-05-23 17:00:28 +01:00
parent f23c2386fe
commit 47a101d942
1 changed files with 50 additions and 10 deletions

View File

@ -15,6 +15,10 @@ exports[`renders <List /> without throwing 1`] = `
}
.c31 {
padding: 1.125rem;
}
.c32 {
padding: 1.875rem;
}
@ -928,6 +932,10 @@ exports[`renders <List /> without throwing 1`] = `
className="c30 c29"
disabled={false}
name="card-outlet"
>
<span
name="react-responsive-mock"
query="only screen and (max-width: 37.4375rem)"
>
<div
className="c31"
@ -935,6 +943,18 @@ exports[`renders <List /> without throwing 1`] = `
You haven't created any instances yet, but they're really easy to set up.
Click above to get going.
</div>
</span>
<span
name="react-responsive-mock"
query="only screen and (min-width: 37.5rem)"
>
<div
className="c32"
>
You haven't created any instances yet, but they're really easy to set up.
Click above to get going.
</div>
</span>
</div>
</div>
</div>
@ -959,6 +979,10 @@ exports[`renders <List error /> without throwing 1`] = `
}
.c38 {
padding: 1.125rem;
}
.c39 {
padding: 1.875rem;
}
@ -1941,6 +1965,10 @@ exports[`renders <List error /> without throwing 1`] = `
className="c37 c36"
disabled={false}
name="card-outlet"
>
<span
name="react-responsive-mock"
query="only screen and (max-width: 37.4375rem)"
>
<div
className="c38"
@ -1948,6 +1976,18 @@ exports[`renders <List error /> without throwing 1`] = `
You haven't created any instances yet, but they're really easy to set up.
Click above to get going.
</div>
</span>
<span
name="react-responsive-mock"
query="only screen and (min-width: 37.5rem)"
>
<div
className="c39"
>
You haven't created any instances yet, but they're really easy to set up.
Click above to get going.
</div>
</span>
</div>
</div>
</div>