Skip to content

Commit

Permalink
Enable capture_log to make test output readable
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Nov 30, 2020
1 parent 55a9ebb commit 8ecdf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Code.require_file("test/support/uuid_models.exs")

ExUnit.configure(seed: 0)

ExUnit.start()
ExUnit.start(capture_log: true)

0 comments on commit 8ecdf4e

Please sign in to comment.