Move test helpers so they're not included in the built output.
This commit is contained in:
parent
8ad434574e
commit
30023dd939
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue