hi all, question about provider states, in particu...
# pact-js
u
hi all, question about provider states, in particular javascript: how does one specify a path with provider values where you have 2 variables in the expression? We do things like
path: fromProviderState('/${entityId}', UUID)
However, how does one do something like
path: fromProviderState('/${entityId}/extra/stuff/${anotherId}', UUID, UUID)
? (this is not possible in our current version of the pact libs for java/typescript -- wrong signature). For reference https://github.com/pact-foundation/pact-js/blob/master/docs/matching.md#provider-state-injected-values Though those docs show how to do single values (we know and use this already)