Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

It would be an awesome addition to improve the reporter so that

`
ERROR in (test-hydrate-saladman) (TypeError:NaN:NaN)
Uncaught exception, not in assertion.
expected: nil
actual: #object[TypeError TypeError: Cannot read property 'call' of null]

Ran 1 tests containing 1 assertions.
0 failures, 1 errors.
`

would display the full stack trace of the runtime error whenever it happens.
At the moment a user is left on its own with no location, no hints whatsoever.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2359 (reported by arichiardi)
...