Syntax errors should be passed along.
(ns sample-test
(:require [clojure.test :refer :all]))
stray-symbol
(deftest stdout-pass-test
(is (= :same :same)))
When I run bin/kaocha
Then the output should contain:
Exception: clojure.lang.Compiler$CompilerException
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close