1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

Fix: tests

This commit is contained in:
ivaosthu 2019-05-04 06:31:12 +02:00
parent c65d335b25
commit f7ccae9e75

View File

@ -1,12 +1,15 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly with one strategy 1`] = `
<react-mdl-Grid
className="mdl-color--white"
<react-mdl-Card
className="fullwidth"
shadow={0}
style={
Object {
"overflow": "visible",
}
}
>
<react-mdl-Cell
col={12}
>
<div
style={
Object {
@ -73,17 +76,19 @@ exports[`renders correctly with one strategy 1`] = `
/>
</react-mdl-ListItem>
</react-mdl-List>
</react-mdl-Cell>
</react-mdl-Grid>
</react-mdl-Card>
`;
exports[`renders correctly with one strategy without permissions 1`] = `
<react-mdl-Grid
className="mdl-color--white"
<react-mdl-Card
className="fullwidth"
shadow={0}
style={
Object {
"overflow": "visible",
}
}
>
<react-mdl-Cell
col={12}
>
<div
style={
Object {
@ -133,6 +138,5 @@ exports[`renders correctly with one strategy without permissions 1`] = `
</react-mdl-ListItem>
</react-mdl-List>
</react-mdl-Cell>
</react-mdl-Grid>
</react-mdl-Card>
`;