(obj)
| 40 | } |
| 41 | |
| 42 | function print(obj) { |
| 43 | // console.log(JSON.stringify(obj, null, 4).replace(/"/g, '\'')); |
| 44 | return obj; |
| 45 | } |
| 46 | |
| 47 | function assertPos(actual, expected, tolerance) { |
| 48 | if(tolerance === undefined) tolerance = 2; |
no outgoing calls
no test coverage detected
searching dependent graphs…