1
0
mirror of https://github.com/SomboChea/ui synced 2024-09-28 20:37:47 +07:00
verdaccio-ui/test/unit/webui/components/__snapshots__/noitems.spec.js.snap
2019-04-04 21:23:40 +02:00

6 lines
418 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<NoItem /> component should load the component in default state 1`] = `"<h6 class=\\"MuiTypography-root-1 MuiTypography-subtitle1-19 MuiTypography-gutterBottom-28\\"></h6>"`;
exports[`<NoItem /> component should set html from props 1`] = `"<h6 class=\\"MuiTypography-root-1 MuiTypography-subtitle1-19 MuiTypography-gutterBottom-28\\">This is a test string</h6>"`;