Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

1.3.5

Compare
Choose a tag to compare
@KazuCocoa KazuCocoa released this 22 Oct 14:13
· 21 commits to master since this release
9a0a926
  • 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