mattermost-mobile/app/components/sidebars/settings/__snapshots__/settings_sidebar.test.js.snap
2021-06-04 08:54:31 -04:00

33 lines
692 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SettingsSidebar should match snapshot 1`] = `
<DrawerLayoutAdapter
drawerPosition="right"
drawerWidth={710}
forwardRef={
Object {
"current": null,
}
}
onDrawerClose={[Function]}
onDrawerOpen={[Function]}
renderNavigationView={[Function]}
useNativeAnimations={true}
/>
`;
exports[`SettingsSidebar should match snapshot with custom status enabled 1`] = `
<DrawerLayoutAdapter
drawerPosition="right"
drawerWidth={710}
forwardRef={
Object {
"current": null,
}
}
onDrawerClose={[Function]}
onDrawerOpen={[Function]}
renderNavigationView={[Function]}
useNativeAnimations={true}
/>
`;