Closed jayvdb closed 2 years ago
The following tests fail due to different EOL on Windows
Also should remap fix ranges fails, which may be EOL related, or could be something else
expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 2 Array [ - 53, - 55, + 56, + 58, ] 465 | }) 466 | > 467 | expect(messages[0].fix.range).toEqual([53, 55])
Thanks to @nschonni, we fixed the tests on Windows and added Windows support in the CI (PR #158). Thanks for reporting this!
Description
The following tests fail due to different EOL on Windows
Also should remap fix ranges fails, which may be EOL related, or could be something else
Setup configuration