// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` displays Bottom aligned tooltip on mouseover 1`] = `
test label
`; exports[` displays InnerBottom aligned tooltip on mouseover 1`] = `
test label
`; exports[` displays Left aligned tooltip on mouseover 1`] = `
test label
`; exports[` displays Natural aligned tooltip on mouseover 1`] = `
test label
`; exports[` displays Right aligned tooltip on mouseover 1`] = `
test label
`; exports[` displays Top aligned tooltip on mouseover 1`] = `
test label
`; exports[` displays TopRight aligned tooltip on mouseover 1`] = `
test label
`; exports[` renders container 1`] = `
child
`;