// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[` does not render to DOM if not visibile 1`] = `
`;
exports[` does not render to DOM if not visible 1`] = `
`;
exports[` renders to DOM when forced to by visibile prop 1`] = `
I am a tooltip
Target Text
`;
exports[` renders to DOM when forced to by visible prop 1`] = `
I am a tooltip
Target Text
`;
exports[` renders to DOM when hovering over target 1`] = `
I am a tooltip
Target Text
`;