csv-to-sql-insert icon indicating copy to clipboard operation
csv-to-sql-insert copied to clipboard

Use a mock filesystem for testing

Open Klock85 opened this issue 1 year ago • 1 comments

The tests in my PR (#68) write test files to the filesystem and remove them after tests are complete.

I am sure there is a way to do this using a mocked filesystem instead which may be less resource intensive in terms of reads and writes?

Klock85 avatar Dec 27 '23 22:12 Klock85

Check this pull request #65 I think we should use like way our code. Because index.ts file is not fully readable...

Note please check this PR and update me... :)

devlopersabbir avatar Dec 28 '23 04:12 devlopersabbir