Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 988 Bytes

test.js.md

File metadata and controls

76 lines (50 loc) · 988 Bytes

Snapshot report for test.js

The actual snapshot is saved in test.js.snap.

Generated by AVA.

Grid.Item renders

Snapshot 1

<div
  className="sc-bwzfXH uTxCW"
/>

Grid.Item renders with span prop

Snapshot 1

<div
  className="sc-bwzfXH bQiKoh"
  span={2}
/>

renders

Snapshot 1

<div
  className="sc-bdVaJa eHjUkg"
  width={320}
/>

renders with align prop

Snapshot 1

<div
  className="sc-bdVaJa ljFsX"
  width={320}
/>

renders with gap prop

Snapshot 1

<div
  className="sc-bdVaJa leJsmI"
  width={320}
/>

renders with string gap prop

Snapshot 1

<div
  className="sc-bdVaJa KpEDw"
  width={320}
/>

renders with string width prop

Snapshot 1

<div
  className="sc-bdVaJa fBOaNA"
  width="40em"
/>

renders with width prop

Snapshot 1

<div
  className="sc-bdVaJa eHjUkg"
  width={320}
/>