(n: number, description?: string)
| 174 | hasOwnProperty(name: string, description?: string): ShouldAssertion; |
| 175 | greaterThan(n: number, description?: string): ShouldAssertion; |
| 176 | lessThan(n: number, description?: string): ShouldAssertion; |
| 177 | null(): ShouldAssertion; |
| 178 | undefined(): ShouldAssertion; |
| 179 | } |
no outgoing calls
no test coverage detected