crisptrutski / boot-cljs-test

Boot task to run ClojureScript tests.
53 stars 18 forks source link

Handle :asset-path. Avoid single segment namespaces if possible. #56

Closed crisptrutski closed 7 years ago

crisptrutski commented 7 years ago

Close #54

crisptrutski commented 7 years ago

This is quite messy - the handling of existing .edn files should be DRY'ed up for example.

Also when running multiple suites seem to see certain tests running more often than expected.

crisptrutski commented 7 years ago

Superseded by #66