Packages
wait_for_async_assigns
0.1.0
Prevents "DBConnection.ConnectionError: client exited" errors in Phoenix LiveView tests by ensuring all async operations complete before test cleanup.
Current section
Files
Jump to
Current section
Files
wait_for_async_assigns
.formatter.exs
.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
]
]
]