blob: afadb07f3817241009072c9be822b5f5d5734095 [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-checkbox"
>
<input
type="checkbox"
/>
<span
class="bp3-control-indicator"
/>
Check A
</label>
<label
class="bp3-control bp3-checkbox"
>
<input
type="checkbox"
/>
<span
class="bp3-control-indicator"
/>
Check B
</label>
<label
class="bp3-control bp3-checkbox"
>
<input
type="checkbox"
/>
<span
class="bp3-control-indicator"
/>
I am totes sure
</label>
</div>
`;