(opts)
| 57279 | return false; |
| 57280 | } |
| 57281 | return matchKey(dispatch, key); |
| 57282 | }); |
| 57283 | if (index !== -1) { |
| 57284 | mockDispatches.splice(index, 1); |
| 57285 | } |
| 57286 | } |
| 57287 | function buildKey(opts) { |
| 57288 | const { path: path5, method, body, headers, query } = opts; |
| 57289 | return { |
| 57290 | path: path5, |
| 57291 | method, |
| 57292 | body, |
| 57293 | headers, |
no outgoing calls
no test coverage detected
searching dependent graphs…