// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`expand.js 1`] = ` "const Component1 = ({ props }) => ( Test ); const Component2 = ({ props }) => ( Test ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ const Component1 = ({ props }) => Test; const Component2 = ({ props }) => Test; " `; exports[`expression.js 1`] = ` "() => ({}\`\`); ({})\`\`; a = () => ({}).x; ({} && a, b); ({}::b, 0); ({}::b()\`\`[''].c++ && 0 ? 0 : 0, 0); ({}(), 0); ({} = 0); (({} = 0), 1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ () => ({}\`\`); ({}\`\`); a = () => ({}.x); ({} && a, b); ({}::b, 0); ({}::b()\`\`[\\"\\"].c++ && 0 ? 0 : 0, 0); ({}(), 0); ({} = 0); ({} = 0), 1; " `; exports[`method.js 1`] = ` "a = { f() {} } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ a = { f() {} }; " `; exports[`range.js 1`] = ` "group( concat([ \\"(\\", indent( options.tabWidth, concat([line, join(concat([\\",\\", line]), printed)]) ), options.trailingComma ? \\",\\" : \\"\\", line, \\")\\" ]), {shouldBreak: true} ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ group( concat([ \\"(\\", indent( options.tabWidth, concat([line, join(concat([\\",\\", line]), printed)]) ), options.trailingComma ? \\",\\" : \\"\\", line, \\")\\" ]), { shouldBreak: true } ); " `;