()
| 68 | }); |
| 69 | |
| 70 | function brfs () { |
| 71 | return require('../')({ |
| 72 | fs: { |
| 73 | readFileSync: function (path) { |
| 74 | return path; |
| 75 | } |
| 76 | } |
| 77 | }); |
| 78 | } |
| 79 | |
| 80 | function smallFile () { |
| 81 | var r = through(); |
no outgoing calls
no test coverage detected
searching dependent graphs…