dannycho7/split-file-stream

Remove test output files

Closed this issue · 1 comments

Currently, the mocha testing framework is being used for testing. In order to test this file stream-based module, we create files during the tests. There is no mechanism or procedure in place to remove the files after running the tests.

This can be done using an afterEach hook in the mocha test files which cleans up the output files (located in test/output).

Solved by #4