Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export default () => {
addSerializers(
expect,
enzymeRootSerializer(),
compose(
print,
minimaliseTransform((value, key) => key === "style" || key === "value")
)
);
it("advert", () => {
const wrapper = shallow(
);
expect(wrapper).toMatchSnapshot();