(expand?: boolean)
| 56 | |
| 57 | // The optional property of matcher context is true if undefined. |
| 58 | const isExpand = (expand?: boolean): boolean => expand !== false; |
| 59 | |
| 60 | const toStrictEqualTesters = [ |
| 61 | iterableEquality, |
no outgoing calls
no test coverage detected