prettier/tests/conditional/__snapshots__
Christopher Chedeau 08b8a5f2e7 Do not put parenthesis around not named default export (#819)
We need to add parenthesis around function expressions if they are named otherwise the name leak, but if the function is not named then it's just superfluous.

The conditional change is due to a bad use of switch case where it would fall through the next one. We don't want parenthesis there.
2017-02-27 16:46:17 -05:00
..
jsfmt.spec.js.snap Do not put parenthesis around not named default export (#819) 2017-02-27 16:46:17 -05:00