Closed tankorsmash closed 1 year ago
Oops, I missed that in my PR (https://github.com/mpizenberg/elm-test-rs/pull/121). How embarrassing!
The reason we haven’t noticed is because we must have forgotten to test on Windows 😅 It works on macOS and Linux because of an optimization that replaces elm-test-rs.js
with the real binary. (That optimization is not possible on Windows.)
Feel free to make a PR deleting that extra .
!
This issue is now fixed via #124 and published in version 3.0.0-5
.
Thanks for the quick turnaround on this!
Hey there! This is a fresh install of
elm-test-rs
on Windows 10, and it's throwing the following error:I installed
elm-test-rs
vianpm install -g elm-test-rs
. Going into my local files and changing the import from../binary.js
to./binary.js
no longer throws any error, but not sure if that's because of some config on my end!https://github.com/mpizenberg/elm-test-rs/blob/e48a853dab940acd5c44a413ae577612fdbd0ecf/npm/elm-test-rs.js#L5