// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ProductDetails should not render hidden details 1`] = `
`;
exports[`ProductDetails should not rendering anything if all details are hidden 1`] = `null`;
exports[`ProductDetails should not rendering anything if details is an empty array 1`] = `null`;
exports[`ProductDetails should render details 1`] = `
-
Lorem
:
Ipsum
-
LOREM
:
IPSUM
-
Ipsum
`;