{"version":3,"sources":[".spec.js"],"names":["describe","it","getByText","expect","toMatchSnapshot"],"mappings":";;AAAA;;AACA;;AACA;;;;AAEAA,QAAQ,CAAC,QAAD,EAAW,YAAM;AACvBC,EAAAA,EAAE,CAAC,oCAAD,EAAuC,YAAM;AAAA,kBACvB,gCAAO,gCAAC,YAAD;AAAQ,MAAA,MAAM,EAAE;AAAhB,MAAP,CADuB;AAAA,QACrCC,SADqC,WACrCA,SADqC;;AAE7CC,IAAAA,MAAM,CAACD,SAAS,CAAC,QAAD,CAAV,CAAN,CAA4BE,eAA5B;AAED,GAJC,CAAF;AAMD,CAPO,CAAR","sourcesContent":["import React from 'react'\nimport MyIcon from '.';\nimport { render } from '../../test.setup';\n\ndescribe('MyIcon', () => {\n  it('renders component without crashing', () => {\n    const { getByText } = render(<MyIcon source={\"source\"} />);\n    expect(getByText('source')).toMatchSnapshot();\n\n  });\n\n});"]}