speclj.config

*color?*

dynamic

*full-stack-trace?*

dynamic

*omit-pending?*

dynamic

*parent-description*

dynamic

*reporters*

dynamic

*runner*

dynamic

*specs*

dynamic

*tag-filter*

dynamic

active-reporters

(active-reporters)

active-runner

(active-runner)

config-bindings

(config-bindings)
Returns a map of vars to values for all the ear-muffed vars in the speclj.config namespace.
Can be used in (with-bindings ...) call to load a configuration state

config-mappings

(config-mappings config)

default-config

default-reporters

default-runner

default-runner-fn

load-reporter

(load-reporter name-or-object)

load-runner

(load-runner name)

parse-tags

(parse-tags values)

with-config

(with-config config action)
Runs the given function with all the configurations set.  Useful in cljs because config-mappings can't be used.