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 { .c31 {
padding: 1.125rem;
}
.c32 {
padding: 1.875rem; padding: 1.875rem;
} }
@ -929,12 +933,28 @@ exports[`renders <List /> without throwing 1`] = `
disabled={false} disabled={false}
name="card-outlet" name="card-outlet"
> >
<div <span
className="c31" name="react-responsive-mock"
query="only screen and (max-width: 37.4375rem)"
> >
You haven't created any instances yet, but they're really easy to set up. <div
Click above to get going. className="c31"
</div> >
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> </div>
</div> </div>
@ -959,6 +979,10 @@ exports[`renders <List error /> without throwing 1`] = `
} }
.c38 { .c38 {
padding: 1.125rem;
}
.c39 {
padding: 1.875rem; padding: 1.875rem;
} }
@ -1942,12 +1966,28 @@ exports[`renders <List error /> without throwing 1`] = `
disabled={false} disabled={false}
name="card-outlet" name="card-outlet"
> >
<div <span
className="c38" name="react-responsive-mock"
query="only screen and (max-width: 37.4375rem)"
> >
You haven't created any instances yet, but they're really easy to set up. <div
Click above to get going. className="c38"
</div> >
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> </div>
</div> </div>