// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ClickToCopy renders children 1`] = `
other text
Click to Copy
`;
exports[`ClickToCopy renders without crashing 1`] = `
test-text
Click to Copy
`;
exports[`ClickToCopy shows tooltip when hovered 1`] = `
test-text
Click to Copy
`;
exports[`ClickToCopy shows tooltip when hovered 2`] = `
test-text
Copied!
`;
exports[`ClickToCopy uses children if no text provided 1`] = `
other text
Click to Copy
`;