* Assert exact keys or inclusion of keys by using the `.own` modifier.
(keys: string[])
| 144 | * Assert exact keys or inclusion of keys by using the `.own` modifier. |
| 145 | */ |
| 146 | keys(keys: string[]): Assertion; |
| 147 | /** |
| 148 | * Assert exact keys or inclusion of keys by using the `.own` modifier. |
| 149 | */ |
no outgoing calls
no test coverage detected