{"version":3,"sources":[".spec.js"],"names":["describe","it","tree","renderer","create","toJSON","expect","toMatchSnapshot"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;;;AAGAA,QAAQ,CAAC,QAAD,EAAW,YAAM;AACvBC,EAAAA,EAAE,CAAC,oCAAD,EAAuC,YAAM;AAC7C,QAAMC,IAAI,GAAGC,8BAASC,MAAT,eAAgB,gCAAC,YAAD;AAAQ,MAAA,MAAM,EAAC;AAAf,MAAhB,EAA0CC,MAA1C,EAAb;;AACAC,IAAAA,MAAM,CAACJ,IAAD,CAAN,CAAaK,eAAb;AACD,GAHC,CAAF;AAID,CALO,CAAR","sourcesContent":["import React from 'react'\nimport MyIcon from '.';\nimport { render } from '../../test.setup';\nimport renderer from 'react-test-renderer';\n\n\ndescribe('MyIcon', () => {\n  it('renders component without crashing', () => {\n    const tree = renderer.create(<MyIcon source='test' />).toJSON();\n    expect(tree).toMatchSnapshot();\n  });\n});"]}