// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Popover should be rendered correctly in RTL direction 1`] = `
Array [
show me your Rtl demo
,
,
]
`;
exports[`Popover should show overlay when trigger is clicked 1`] = `"code
console.log('hello world')
"`;
exports[`Popover should show overlay when trigger is clicked 2`] = `"code
console.log('hello world')
"`;