Move test helpers so they're not included in the built output.

This commit is contained in:
Richard Newman 2016-11-16 20:54:44 -08:00
parent 8ad434574e
commit 30023dd939
2 changed files with 3 additions and 1 deletions

View file

@ -20,6 +20,8 @@
;; "src/node"
]
:test-paths ["test" "src/helpers"]
:cljsbuild {:builds
{
:release-node
@ -77,7 +79,7 @@
:test
{
:source-paths ["src/common" "src/node" "test"]
:source-paths ["src/common" "src/node" "src/helpers" "test"]
:compiler
{
:language-in :ecmascript5