This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
1.3.4
Support
test_with_params "ast from enum of maps", fn a ->
assert a == %{b: 1, c: 2}
end do
Enum.map([{%{b: 1, c: 2}}, {%{b: 1, c: 2}}], fn x -> x end)
end