(file)
| 693 | server.close(cb); |
| 694 | |
| 695 | function assertAndUnlink(file){ |
| 696 | assert.strictEqual(file.fieldName, 'upload') |
| 697 | fs.unlinkSync(file.path); |
| 698 | } |
| 699 | }); |
| 700 | }); |
| 701 | server.listen(function() { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…