blob: b476b48bcb12efee4aee7de51289a3cb5d767253 [file]
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ArrayInput matches snapshot 1`] = `
<div
class="array-input test"
>
<textarea
class="bp5-input bp5-text-area bp5-fill test"
placeholder="test"
>
apple, banana, pear
</textarea>
<span
class="suggestion-button bp5-popover-target"
>
<button
aria-expanded="false"
aria-haspopup="menu"
class="bp5-button bp5-minimal"
type="button"
>
<span
aria-hidden="true"
class="bp5-icon bp5-icon-plus"
>
<svg
data-icon="plus"
height="16"
role="img"
viewBox="0 0 16 16"
width="16"
>
<path
d="M13 7H9V3c0-.55-.45-1-1-1s-1 .45-1 1v4H3c-.55 0-1 .45-1 1s.45 1 1 1h4v4c0 .55.45 1 1 1s1-.45 1-1V9h4c.55 0 1-.45 1-1s-.45-1-1-1z"
fill-rule="evenodd"
/>
</svg>
</span>
</button>
</span>
</div>
`;