Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests for Windows #234

Open
mdedetrich opened this issue Mar 7, 2024 · 0 comments
Open

Fix tests for Windows #234

mdedetrich opened this issue Mar 7, 2024 · 0 comments

Comments

@mdedetrich
Copy link
Contributor

mdedetrich commented Mar 7, 2024

Could be related to #112

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant