mori icon indicating copy to clipboard operation
mori copied to clipboard

No unit tests?

Open binarykitchen opened this issue 10 years ago • 6 comments

Looks like there are none. Any reasons for that?

binarykitchen avatar Sep 15 '15 22:09 binarykitchen

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

neverfox avatar Oct 18 '15 17:10 neverfox

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?

binarykitchen avatar Oct 18 '15 21:10 binarykitchen

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.

neverfox avatar Oct 18 '15 21:10 neverfox

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

binarykitchen avatar Oct 18 '15 21:10 binarykitchen

I'm not the maintainer.

neverfox avatar Oct 18 '15 21:10 neverfox

@swannodette ping?

binarykitchen avatar Oct 18 '15 21:10 binarykitchen