blob: 93970fc23d6cf7bc87b97cd499394ae76d11b320 [file] [log] [blame]
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`warning checklist matches snapshot 1`] = `
<div
class="warning-checklist"
>
<label
class="bp3-control bp3-switch"
>
<input
type="checkbox"
/>
<span
class="bp3-control-indicator"
/>
Check A
</label>
<label
class="bp3-control bp3-switch"
>
<input
type="checkbox"
/>
<span
class="bp3-control-indicator"
/>
Check B
</label>
<label
class="bp3-control bp3-switch"
>
<input
type="checkbox"
/>
<span
class="bp3-control-indicator"
/>
I am totes sure
</label>
</div>
`;