Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(cli): normalize EOL values when comparing snapshots
On Windows, the actual value and the expected value loaded from the snapshot file can use different values for line endings. As a result, many snapshot-based tests are failing on Windows. In this commit, I am modifying the code comparing snapshots to always normalize line endings in both values (actual & expected).
- Loading branch information