Hello, Is there a way to use `eachLike` with strin...
# pact-jvm
g
Hello, Is there a way to use
eachLike
with string values inside? It seems that I can only figure out how to add key pair string values to this array. I would like to achieve this :
["elem1", "elem2"]
instead of
["key" : "value".. etc]
g
Thank you
👍 1