- Preparing search index...
- The search index is not available
biorate
Type alias ExpectMatcherState
ExpectMatcherState: { isNot: boolean; promise: "rejects" | "resolves" | ""; timeout: number; utils: ExpectMatcherUtils; }
Type declaration
-
isNot: boolean
-
promise: "rejects" | "resolves" | ""
-
timeout: number
-
Whether this matcher was called with the negated .not modifier.