(condition, ...elements)
| 65 | } |
| 66 | |
| 67 | function insertIf(condition, ...elements) { |
| 68 | return condition ? elements : []; |
| 69 | } |
| 70 | |
| 71 | describe('duplex', function() { |
| 72 | beforeEach(function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…