exercism / elm-test-runner

GNU Affero General Public License v3.0
3 stars 5 forks source link

Use "error" status when there is a compile error #4

Closed ErikSchierboom closed 4 years ago

ErikSchierboom commented 4 years ago

When testing the Elm test runner, I found one small issue. In the case of a compilation error, the root "status" field is set to "fail", but instead in this case it should be set to "error" (see https://github.com/exercism/automated-tests/blob/master/docs/interface.md#top-level).

mpizenberg commented 4 years ago

Ah thanks Erik and Jeremy!