// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Drawer className is test_drawer 1`] = `
Here is content of Drawer
`; exports[`Drawer closable is false 1`] = `
Here is content of Drawer
`; exports[`Drawer destroyOnClose is true 1`] = `
Here is content of Drawer
`; exports[`Drawer have a title 1`] = `
Test Title
Here is content of Drawer
`; exports[`Drawer render correctly 1`] = `
Here is content of Drawer
`;