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.61k stars 344 forks source link

fix: Fix issue where MatchersV3.string() with no arguments would not correctly match strings #946

Closed TimothyJones closed 1 year ago

TimothyJones commented 1 year ago

PR Template

Fixes #945

I also updated package-lock, since no current version of node uses the old package-lock format.

mefellows commented 1 year ago

I dunno man, where are the tests for this one? ;)

TimothyJones commented 1 year ago

Who tests the testers?