export const pactWith = (
  options: JestPactOptionsV3,
  tests: JestProvidedDescribeFnV3
): void =>
  describe(describeString(options), () => jestPactWrapper(options, tests));