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
When working on this PR the tests failed on windows CI because of
[info] JS should
[error] x create JS objects from various types
[error] '"\\path\\to\\file"' != '"/path/to/file"' (JsSpec.scala:16)
[error] x create JS objects with implicit conversions
[error] '"\\path\\to\\file"' != '"/path/to/file"' (JsSpec.scala:42)
Appears to be an issue with line separators on different platforms.
The text was updated successfully, but these errors were encountered:
Could be related to #112
When working on this PR the tests failed on windows CI because of
Appears to be an issue with line separators on different platforms.
The text was updated successfully, but these errors were encountered: