// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`should render accessible tabs 1`] = `
Tab 1 section
`; exports[`should render box tabs 1`] = `
Tab 1 section
`; exports[`should render box tabs of secondary variant 1`] = `
Tab 1 section
`; exports[`should render expandable vertical tabs 1`] = `
Tab 1 section
`; exports[`should render filled tabs 1`] = `
Tab 1 section
`; exports[`should render simple tabs 1`] = `
Tab 1 section
`; exports[`should render subtabs 1`] = `
`; exports[`should render tabs with eventKey Strings 1`] = `
`; exports[`should render tabs with no bottom border 1`] = `
Tab 1 section
`; exports[`should render tabs with separate content 1`] = `
Tab 1 section
`; exports[`should render uncontrolled tabs 1`] = `
Tab 1 section
`; exports[`should render vertical tabs 1`] = `
Tab 1 section
`;