prettier/tests/arrow-call/jsfmt.spec.js

8 lines
219 B
JavaScript
Raw Permalink Normal View History

2018-12-27 16:05:19 +03:00
run_spec(__dirname, ["babel", "flow", "typescript"]);
run_spec(__dirname, ["babel", "flow", "typescript"], {
trailingComma: "all"
});
2018-12-27 16:05:19 +03:00
run_spec(__dirname, ["babel", "flow", "typescript"], {
arrowParens: "always"
});