Packages

Prevents "DBConnection.ConnectionError: client exited" errors in Phoenix LiveView tests by ensuring all async operations complete before test cleanup.

Current section

Files

Jump to
Raw

.formatter.exs

[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
export: [
locals_without_parens: [
wait_for_async_assigns: 1,
wait_for_async_assigns: 2
]
]
]