Juho Teperi 58583db56d Add tests using Cljs bundle output with Karma
New :bundle target will generate JS tooling compatible output, which can
be processed with Webpack and passed to Karma.
2020-04-16 22:45:51 +03:00

9 lines
285 B
Clojure

{:main reagenttest.runtests
:optimizations :advanced
:output-to "target/bundle-adv/resources/public/js/out/karma.js"
:output-dir "target/bundle-adv/resources/public/js/out"
; :pseudo-names true
:elide-asserts true
:target :bundle
:closure-defines {cljs.core/*global* "window"}}