grafana/public/app/features/explore/__snapshots__/MetaInfoText.test.tsx.snap
Torkel Ödegaard f884381a68
Theme: Change white base in dark theme (#35564)
* Theme: Change white base in dark theme

* Updated

* Updated snapshots
2021-06-11 17:33:56 +02:00

19 lines
305 B
Plaintext

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