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
"Tests are provided, delete one `skip` at a time."
But there are no skipped tests. I'm happy to fix it, but I couldn't find the readme in this repo or the exercism.io repo. Can anyone point me in the right direction?
And thanks for all the work bringing Elm to Exercism! I'm loving the exercises.
The text was updated successfully, but these errors were encountered:
Whoops, that is a bit confusing. Unfortunately, the exercise readme is shared between all of the language tracks (specifically here in the x-common repo: https://github.com/exercism/x-common/blob/master/triangle.md. In this case it may be a bit too specific, but I missed that part when I set up the tests. We can either submit a PR for the readme or figure out a way to add skips to these elm tests.
I'm not in a place to do either at the moment, so you're welcome to take a shot at it.
tgecho
added a commit
to tgecho/x-common
that referenced
this issue
Jun 18, 2016
We had a confused user of the Elm track because elm-test does not have a "skip" concept (exercism/elm#66). It seems to me that this sort of instruction would be more suitable as a comment in the test file for now.
In the Triangle exercise readme (http://exercism.io/exercises/elm/triangle/readme), it says
But there are no skipped tests. I'm happy to fix it, but I couldn't find the readme in this repo or the
exercism.io
repo. Can anyone point me in the right direction?And thanks for all the work bringing Elm to Exercism! I'm loving the exercises.
The text was updated successfully, but these errors were encountered: