From 2eb08fae8489b29ffa06ccef523782f52f4fb59b Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Sat, 11 Mar 2017 01:19:40 +0200 Subject: [PATCH] Run tests using Node when running test profile cljsbuild --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index 05177da..a923a83 100644 --- a/project.clj +++ b/project.clj @@ -18,6 +18,7 @@ :profiles {:test {:cljsbuild {:builds {:client {:source-paths ["test"] + :notify-command ["node" "bin/gen-site.js"] :compiler {:main "reagenttest.runtests"}}}}}