(patch)
| 1307 | |
| 1308 | describe('with q1/median/q3 API signature inputs', function() { |
| 1309 | function minimal(patch) { |
| 1310 | return Lib.extendFlat({ |
| 1311 | q1: [1, 2], |
| 1312 | median: [2, 3], |
| 1313 | q3: [3, 4], |
| 1314 | }, patch || {}); |
| 1315 | } |
| 1316 | |
| 1317 | function base(patch) { |
| 1318 | return Lib.extendFlat(minimal({ |
no outgoing calls
no test coverage detected
searching dependent graphs…