prettier/tests
Christopher Chedeau 3375cfe605 Move tests around (#454)
* new_tests

* move_all_clobbered_tests

* remove all the tests that no longer exist

* re-run flow tests

* Move all the flow tests to tests/flow and prettier to tests/

* Move prettier tests to their own folders

* Add jsfmt files

* run prettier snapshot tests
2017-01-24 14:35:37 -08:00
..
array_spread Move tests around (#454) 2017-01-24 14:35:37 -08:00
arrays Move tests around (#454) 2017-01-24 14:35:37 -08:00
arrows Move tests around (#454) 2017-01-24 14:35:37 -08:00
async Move tests around (#454) 2017-01-24 14:35:37 -08:00
binary-expressions Move tests around (#454) 2017-01-24 14:35:37 -08:00
bracketSpacing [RFC] Do not put spacing inside of arrays with bracketSpacing option enabled (#446) 2017-01-24 11:38:12 -08:00
class_extends Do not put a newline on empty `{}` for functions (#447) 2017-01-24 12:37:01 -05:00
classes Move tests around (#454) 2017-01-24 14:35:37 -08:00
comments Remove `multilineGroup` (#450) 2017-01-24 13:54:01 -05:00
computed_props Move tests around (#454) 2017-01-24 14:35:37 -08:00
directives Move tests around (#454) 2017-01-24 14:35:37 -08:00
empty_statement Make sure empty for loops generate valid code (#224) 2017-01-16 12:54:39 -05:00
es6modules Move tests around (#454) 2017-01-24 14:35:37 -08:00
export Fix bracketSpacing typo in tests (#299) 2017-01-18 12:22:12 -08:00
export_default Move tests around (#454) 2017-01-24 14:35:37 -08:00
export_extension Fix export extension output (#361) 2017-01-20 19:20:31 -08:00
exports Move tests around (#454) 2017-01-24 14:35:37 -08:00
flow Move tests around (#454) 2017-01-24 14:35:37 -08:00
for Move tests around (#454) 2017-01-24 14:35:37 -08:00
function Move tests around (#454) 2017-01-24 14:35:37 -08:00
import Support multiple standalones in import (#389) 2017-01-22 12:34:00 -08:00
interface Move tests around (#454) 2017-01-24 14:35:37 -08:00
jsx Hug objects and arrays inside of JSXExpressionContainer (#213) 2017-01-19 12:37:02 -05:00
jsx-multiline-assign Move tests around (#454) 2017-01-24 14:35:37 -08:00
jsx-significant-space Move tests around (#454) 2017-01-24 14:35:37 -08:00
jsx-split-attrs Move tests around (#454) 2017-01-24 14:35:37 -08:00
jsx-stateless-arrow-fn Move tests around (#454) 2017-01-24 14:35:37 -08:00
jsx_escape Introduce --parser/parser option and deprecate --flow-parser/useFlowParser (#342) 2017-01-19 14:35:12 -08:00
label Fix empty labels (#383) 2017-01-22 12:34:27 -08:00
last_argument_expansion [RFC] Do not put spacing inside of arrays with bracketSpacing option enabled (#446) 2017-01-24 11:38:12 -08:00
line Move tests around (#454) 2017-01-24 14:35:37 -08:00
literal Move tests around (#454) 2017-01-24 14:35:37 -08:00
method-chain Move tests around (#454) 2017-01-24 14:35:37 -08:00
new_expression Fix cases of missing parens with NewExpression (#230) 2017-01-15 23:56:40 -05:00
object-prop-break-in Move tests around (#454) 2017-01-24 14:35:37 -08:00
objects Move tests around (#454) 2017-01-24 14:35:37 -08:00
optional-type-name Move tests around (#454) 2017-01-24 14:35:37 -08:00
quotes Output strings with the minimum amount of escaped quotes (#390) 2017-01-22 12:32:43 -08:00
rest Do not put a newline on empty `{}` for functions (#447) 2017-01-24 12:37:01 -05:00
shebang Do not put a newline on empty `{}` for functions (#447) 2017-01-24 12:37:01 -05:00
strings Output strings with the minimum amount of escaped quotes (#390) 2017-01-22 12:32:43 -08:00
switch Move tests around (#454) 2017-01-24 14:35:37 -08:00
tabWith Do not put a newline on empty `{}` for functions (#447) 2017-01-24 12:37:01 -05:00
template Move tests around (#454) 2017-01-24 14:35:37 -08:00
trailing_comma Move tests around (#454) 2017-01-24 14:35:37 -08:00
trailing_whitespace Remove `multilineGroup` (#450) 2017-01-24 13:54:01 -05:00
unary Move tests around (#454) 2017-01-24 14:35:37 -08:00
unary_expression Move tests around (#454) 2017-01-24 14:35:37 -08:00
unicode Move tests around (#454) 2017-01-24 14:35:37 -08:00
union_intersection Move tests around (#454) 2017-01-24 14:35:37 -08:00
update_expression Fix some parens cases for UpdateExpressions (#381) 2017-01-21 20:14:22 -08:00
while Move tests around (#454) 2017-01-24 14:35:37 -08:00
yield Proper parenthesis for yield and await in conditional (#436) 2017-01-23 10:25:38 -08:00