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