{"version":3,"sources":[".spec.js"],"names":["describe","it","expect","toEqual","toMatchSnapshot"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;;;AAEAA,QAAQ,CAAC,QAAD,EAAW,YAAM;AACvBC,EAAAA,EAAE,CAAC,oCAAD,EAAuC,YAAM;AAC7CC,IAAAA,MAAM,eAAC,gCAAC,YAAD;AAAQ,MAAA,MAAM,EAAE;AAAhB,MAAD,CAAN,CAAqCC,OAArC,eAA6C,oDAA7C,EAA4DC,eAA5D;AACD,GAFC,CAAF;AAID,CALO,CAAR","sourcesContent":["import React from 'react'\nimport ReactDOM from 'react-dom'\nimport MyIcon from '.';\nimport { render, renderer } from '../../test.setup';\n\ndescribe('MyIcon', () => {\n  it('renders component without crashing', () => {\n    expect(<MyIcon source={\"source\"} />).toEqual(<p>source</p>).toMatchSnapshot();\n  });\n\n});"]}