This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
1.3.5
- support below syntax
test_with_params "with map as second parameter", context, fn a, m ->
assert a == "some"
assert m.a == "world"
end do
[
{"some", %{a: context[:hello], b: 2, c: 3}}
]
end