You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is that the tests should be updated to run successfully on Windows. Currently, they fail not because the tool is unsupported on Windows but because the tests were not written for Windows (path separator issues, etc).
If you are interested in taking this on, this would entail the following:
Clone the repo on Windows
Install the dependencies
Run the tests
Investigate the failures and refactor the root causes to support Windows, too
It's not the most glamorous of issues but help would definitely be appreciated!
Tests are not platform independent
The text was updated successfully, but these errors were encountered: