Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 505 Bytes

test.js.md

File metadata and controls

41 lines (27 loc) · 505 Bytes

Snapshot report for test.js

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

Generated by AVA.

ScopeConsumer renders

Snapshot 1

<div
  className="Box"
>
  Consumer
</div>

ScopeConsumer renders with defaultScope

Snapshot 1

<div
  className="Box"
>
  Consumer
</div>

ScopeProvider renders

Snapshot 1

'Provider

withScope component renders

Snapshot 1

<div
  className="Box"
>
  Hello
</div>