cemerick / clojurescript.test

A maximal port of `clojure.test` to ClojureScript. DEPRECATED
165 stars 32 forks source link

Failed assertions do not contain source information #84

Closed cemerick closed 9 years ago

cemerick commented 9 years ago

Test failures print like so:

FAIL in (namespace/deftest-fn-name) (:)

Totally unhelpful.

cemerick commented 9 years ago

Right, forgot that .-lineNumber and .-fileName are Mozilla-only properties on Error. Another reason to use slimerjs.