mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -06:00
22 lines
352 B
Plaintext
22 lines
352 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`TableContainer should render component 1`] = `
|
|
<Collapse
|
|
collapsible={true}
|
|
isOpen={true}
|
|
label="Table"
|
|
loading={false}
|
|
onToggle={[Function]}
|
|
>
|
|
<Component
|
|
metaItems={
|
|
Array [
|
|
Object {
|
|
"value": "0 series returned",
|
|
},
|
|
]
|
|
}
|
|
/>
|
|
</Collapse>
|
|
`;
|