(fn)
| 21 | // We want to test the parameter of order only so that we |
| 22 | // ignore possible errors here. |
| 23 | function allowFailed(fn) { |
| 24 | return fn.catch((_err) => { |
| 25 | // |
| 26 | }); |
| 27 | } |
| 28 | |
| 29 | (async () => { |
| 30 | let callsLength = 0; |
no outgoing calls
no test coverage detected