swannodette / mori

ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript

Home Page:http://swannodette.github.io/mori

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No unit tests?

binarykitchen opened this issue · comments

Looks like there are none. Any reasons for that?

Because there's not really any code. This is merely a facade over cljs.core. The tests are there.

Yes, aware of that. And what's the command you use to compile it into JS? Any chance to tell the compiler not to minify when doing so?

If you changed to using :optimizations :whitespace in the dev cljsbuild profile in project.clj and run that from scripts/build.sh, you should get unminified code.

any chance you can change to that? would be great, thanks

I'm not the maintainer.