// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Popover > renders with arrow correctly 1`] = `
"
"
`;
exports[`Popover > renders with class correctly 1`] = `
"
"
`;
exports[`Popover > renders with content slot correctly 1`] = `
"
"
`;
exports[`Popover > renders with default slot correctly 1`] = `
"Default slot
"
`;
exports[`Popover > renders with open correctly 1`] = `
"
"
`;
exports[`Popover > renders with ui correctly 1`] = `
"
"
`;