mirror of https://github.com/status-im/reagent.git
Run tests using Node when running test profile cljsbuild
This commit is contained in:
parent
82c4013a29
commit
2eb08fae84
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
:profiles {:test {:cljsbuild
|
:profiles {:test {:cljsbuild
|
||||||
{:builds {:client {:source-paths ["test"]
|
{:builds {:client {:source-paths ["test"]
|
||||||
|
:notify-command ["node" "bin/gen-site.js"]
|
||||||
:compiler
|
:compiler
|
||||||
{:main "reagenttest.runtests"}}}}}
|
{:main "reagenttest.runtests"}}}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue