{"version":3,"sources":[".spec.js"],"names":["describe","it","MIcon","expect","toEqual","toMatchSnapshot"],"mappings":";;AAAA;;AACA;;AACA;;;;AAEAA,QAAQ,CAAC,QAAD,EAAW,YAAM;AACvBC,EAAAA,EAAE,CAAC,oCAAD,EAAuC,YAAM;AAC7C,QAAMC,KAAK,GAAG,gCAAO,gCAAC,YAAD;AAAQ,MAAA,MAAM,EAAE;AAAhB,MAAP,CAAd;AACAC,IAAAA,MAAM,CAACD,KAAD,CAAN,CAAcE,OAAd,eAAsB,oDAAtB,EAAqCC,eAArC;AACD,GAHC,CAAF;AAKD,CANO,CAAR","sourcesContent":["import React from 'react'\nimport MyIcon from '.';\nimport { render, renderer } from '../../test.setup';\n\ndescribe('MyIcon', () => {\n  it('renders component without crashing', () => {\n    const MIcon = render(<MyIcon source={\"source\"} />);\n    expect(MIcon).toEqual(<p>source</p>).toMatchSnapshot();\n  });\n\n});"]}