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

Missing test dependency to elm/random #59

Open
mpizenberg opened this issue Nov 16, 2021 · 0 comments
Open

Missing test dependency to elm/random #59

mpizenberg opened this issue Nov 16, 2021 · 0 comments

Comments

@mpizenberg
Copy link

mpizenberg commented Nov 16, 2021

I noticed that elm-test-rs could not run elm-units tests because the tests use the Random module without specifying a test dependency to elm/random. As such, elm-test-rs fails at the compilation step, with the elm compiler complaining about the missing dependency.

Running the tests with elm-test instead of elm-test-rs works fine, but I'd consider that a bug in elm-test and hopefully this gets solved at some point (and a similar issue in elm-test-rs).

Some more details on this category of issues are here: mpizenberg/elm-test-rs#110

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