grafana/public/app/features/explore/__snapshots__/MetaInfoText.test.tsx.snap
Tobias Skarhed 9bbc007cb9
Input: Width prop (#23615)
* Add width property

* Remove unused import

* Spelling mistake

* Add width to interface

* Make width optional

* Remove size

* Update snapshot

* Remove size from places

* Add size prop for button

* Update width

* Update snapshots
2020-04-21 10:42:57 +02:00

19 lines
306 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`MetaInfoText should render component 1`] = `
<div
className="css-1jdkzq2"
>
<Memo(MetaInfoItem)
key="0-label"
label="label"
value="value"
/>
<Memo(MetaInfoItem)
key="1-label2"
label="label2"
value="value2"
/>
</div>
`;