33 lines
692 B
Text
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}
|
|
/>
|
|
`;
|