pact-foundation / pact-js

JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
https://pact.io
Other
1.62k stars 343 forks source link

chore: Rename `uuid` matcher JSDocs param #1069

Closed jasonrowsell closed 1 year ago

jasonrowsell commented 1 year ago

The current implementation of the uuid matcher function has a param name that does not match the JSDoc param. Although this doesn't cause any bugs, it may be good to update this for consistency.

Screenshot 2023-03-08 at 09 55 07

This PR renames the JSDoc param from uuuid to id to reflect the name of the param

mefellows commented 1 year ago

Thanks - I might update the parameter name too, good spot!