()
| 26 | const name = index => writeFileSyncMock.mock.calls[index][0]; |
| 27 | const content = index => writeFileSyncMock.mock.calls[index][1]; |
| 28 | const names = () => writeFileSyncMock.mock.calls.map(x => x[0]); |
| 29 | return { |
| 30 | // mocks |
| 31 | createReadStreamMock, |