(message)
| 13 | } |
| 14 | |
| 15 | function fail(message) { |
| 16 | const ERR_INTERNAL_ASSERTION = lazyError(); |
| 17 | throw new ERR_INTERNAL_ASSERTION(message); |
| 18 | } |
| 19 | |
| 20 | assert.fail = fail; |
| 21 |
nothing calls this directly
no test coverage detected
searching dependent graphs…