#[Coffescript] Linked-List - Unknown error message

3 messages · Page 1 of 1 (latest)

mint bolt
#

Hi, I tried to solve "linked-list" in the coffescript track yesterday. As long as there are failing tests, the correct failures are shown:
`We received the following error when we ran your code:
.....F.FF.

Failures:

  1. LinkedList example
    Message:
    Expected 2 to be 1.
    (...)`

When every test is passing, I still get an error message:
`We received the following error when we ran your code:
..........

Finished in 0.026 seconds
10 tests, 19 assertions, 0 failures, 0 skipped`

Does anyone have an idea what's happening here and how to solve it? Looks like there is something wrong with the test engine.

timber panther
#

Hmm, can you make a post on the forum, share the details of this output, your solution to the exercise and tag @rocky kernel to it? He'd be most likely be able to help you and address the issue with the coffee script test runner. It is likely misinterpreting the results for some reason

mint bolt
#

Will do that, thank you!