Hi! I think there's an error in this <example> in ...
# documentation
x
Hi! I think there's an error in this example in the documentation. Shouldn't it be:
Copy code
...

const interaction = provider
      .addInteraction()
...

return interaction.executeTest

...
instead of
Copy code
provider.executeTest
as
executeTest
is not defined in
PactV4
class but it is in
V4UnconfiguredInteraction