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
Currently the Elm exercises are using an older version of Elm Test that is unmaintained and uses ugly hacks to report tests results to the user.
I believe we should update to use the latest version.
There are a few problems with this:
The current version has a new syntax for tests that we would need to update to.
Due to the nature of Elm there isn't an obvious way to do IO, so there are multiple solutions for returning test results to the user. We would need to decide how to run out tests in a fashion that is user friendly and does not pull too many dependencies into the exercises.
The text was updated successfully, but these errors were encountered:
Hello!
Currently the Elm exercises are using an older version of Elm Test that is unmaintained and uses ugly hacks to report tests results to the user.
I believe we should update to use the latest version.
There are a few problems with this:
The text was updated successfully, but these errors were encountered: