// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ProductName should merge classes and props 1`] = ` Test product `; exports[`ProductName should not render a link if disabled is true 1`] = ` Test product `; exports[`ProductName should render a link if disabled is false 1`] = ` Test product `; exports[`ProductName should render a link if disabled is not defined 1`] = ` Test product `;