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