// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`OuiSuggestItem is rendered 1`] = `
Test label
`;
exports[`props descriptionDisplay as wrap is rendered 1`] = `
This is the description
This is the description
`;
exports[`props item with no description has expanded label is rendered 1`] = `
Charles de Gaulle International Airport
`;
exports[`props labelDisplay as expand is rendered 1`] = `
This is the description
This is the description
`;
exports[`props labelWidth is 30% is rendered 1`] = `
This is the description
This is the description
`;