lukeed / sirv

An optimized middleware & CLI application for serving static files~!
MIT License
1.06k stars 56 forks source link

sirv tests fail due to whitespace differences in terminal output on cli help test #129

Open aral opened 2 years ago

aral commented 2 years ago

Problem summary

On my machine, the sirv-cli tests failed on the --help text comparison test due to whitespace differences between what was expected and what my terminal was producing.

Suggested fix

Do not take whitespace differences into consideration in the sirv-cli --help command test.