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