prettier/tests/arrows/jsfmt.spec.js

3 lines
145 B
JavaScript
Raw Normal View History

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