lucagrulla / node-tail

The zero dependency Node.js module for tailing a file
https://www.lucagrulla.com/node-tail/
MIT License
467 stars 76 forks source link

Unit tests failing #144

Closed chriskinsman closed 3 years ago

chriskinsman commented 3 years ago

I tried to run the unit tests prior to making a pull request and have found that 9 are failing and 5 are passing on MacOS with no changes to the project.

node v14.15.3

Is this a known issue?

lucagrulla commented 3 years ago

The test suite fails from time to time for a timeout because it takes slightly longer for the code to execute. I'll try to improve the test suite reliability, but I'll close the issue in the meantime