Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(cli): handle CRLF in test fixture files
On Windows, files are normally checked-out with `git config core.autocrlf true`, which will replace `'\n'`/LF chars with `'\r\n'`/CRLF chars. We should handle this in our unit tests, otherwise tests will fail on Windows CI.
- Loading branch information