ArchUnitTS - v2.2.0
    Preparing search index...

    Variable jasmineMatcherConst

    jasmineMatcher: {
        toPassAsync: () => {
            compare: (
                checkable: Checkable,
                options?: CheckOptions,
            ) => Promise<{ pass: boolean; message: string }>;
        };
    } = ...

    Type Declaration

    • toPassAsync: () => {
          compare: (
              checkable: Checkable,
              options?: CheckOptions,
          ) => Promise<{ pass: boolean; message: string }>;
      }