Packages
    Preparing search index...
    • Parameters

      • response: Response
      • expected: null | object

      Returns Promise<
          | {
              actual?: undefined;
              expected?: undefined;
              message: () => string;
              pass: boolean;
          }
          | {
              actual: any;
              expected: null
              | object;
              message: () => string;
              pass: boolean;
          },
      >