Run tests using Node when running test profile cljsbuild

This commit is contained in:
Juho Teperi 2017-03-11 01:19:40 +02:00
parent 82c4013a29
commit 2eb08fae84
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
:profiles {:test {:cljsbuild
{:builds {:client {:source-paths ["test"]
:notify-command ["node" "bin/gen-site.js"]
:compiler
{:main "reagenttest.runtests"}}}}}