{"version":3,"sources":["../src/shallow.js"],"names":["shallow","node","options","ShallowWrapper"],"mappings":";;;;;qBAQwBA,O;;AARxB;;;;;;AAEA;;;;;;AAMe,SAASA,OAAT,CAAiBC,IAAjB,EAAuBC,OAAvB,EAAgC;AAC7C,SAAO,IAAIC,2BAAJ,CAAmBF,IAAnB,EAAyB,IAAzB,EAA+BC,OAA/B,CAAP;AACD","file":"shallow.js","sourcesContent":["import ShallowWrapper from './ShallowWrapper';\n\n/**\n * Shallow renders a react component and provides a testing wrapper around it.\n *\n * @param node\n * @returns {ShallowWrapper}\n */\nexport default function shallow(node, options) {\n return new ShallowWrapper(node, null, options);\n}\n"]}