mix fmt.regenerate_tests
(exalign v0.1.3)
Copy Markdown
Runs ExAlign.format/2 on every .ex file in fixtures/input/
and writes the result to the matching file in fixtures/expected/.
Usage
mix fmt.regenerate_testsRun mix test afterwards to confirm the updated expected files match the
current formatter output.