* can filters forms and lists * unit tests * updating warnings and tests * merge develop * fixed snapshots * update jest mocks * updating tests
20 lines
285 B
Plaintext
20 lines
285 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`TabPanel Render 1`] = `
|
|
<div>
|
|
<div
|
|
aria-labelledby="tab-0"
|
|
id="tabpanel-0"
|
|
role="tabpanel"
|
|
>
|
|
<div
|
|
class="MuiBox-root MuiBox-root-1"
|
|
>
|
|
<div>
|
|
Test
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|