Xavi Canchal
10/29/2024, 4:02 PM...
const interaction = provider
.addInteraction()
...
return interaction.executeTest
...
instead of
provider.executeTest
as executeTest
is not defined in PactV4
class but it is in V4UnconfiguredInteraction