(error)
| 8 | } |
| 9 | |
| 10 | function ensureException(error) { |
| 11 | assert(isException(error), error.toString()); |
| 12 | } |
| 13 | |
| 14 | async function timeDifference(timestamp1, timestamp2) { |
| 15 | var difference = timestamp1 - timestamp2; |
nothing calls this directly
no test coverage detected