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:
- 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.