metosin / sieppari

Small, fast, and complete interceptor library for Clojure/Script
Eclipse Public License 2.0
207 stars 21 forks source link

Consolidate build tools #13

Closed miikka closed 5 years ago

miikka commented 5 years ago

After merging #10, both deps.edn and Leiningen are used. I think we should pick one.

nilern commented 5 years ago

I would suggest using Leiningen (as the deps.edn was added just for cljs tests) and using kaocha for the tests.

miikka commented 5 years ago

Sounds good and using Kaocha is an excellent idea.

nilern commented 5 years ago

Working on this