// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Label with wrapperElement should render both label and screen reader label 1`] = ` `; exports[`Label with wrapperElement should render only the label 1`] = ` `; exports[`Label with wrapperElement should render only the screen reader label 1`] = ` `; exports[`Label without wrapperElement should render both label and screen reader label 1`] = ` Array [ , Ipsum , ] `; exports[`Label without wrapperElement should render only the label 1`] = `"Lorem"`; exports[`Label without wrapperElement should render only the screen reader label 1`] = ` Ipsum `;