Changed directory structure for test directory to be the same as for src
This commit is contained in:
parent
c1cb056f4e
commit
6416826374
3 changed files with 2 additions and 1 deletions
|
|
@ -6,13 +6,14 @@
|
|||
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions
|
||||
:plugins [[lein-cljsbuild "1.0.6"]]
|
||||
:source-paths ["src"]
|
||||
:test-paths ["test/clj"]
|
||||
:test-paths ["test"]
|
||||
:profiles {:dev {:dependencies
|
||||
[[org.clojure/test.check "0.5.9"]]}
|
||||
}
|
||||
:cljsbuild {
|
||||
:builds [{
|
||||
:source-paths ["src"]
|
||||
:test-paths ["test"]
|
||||
:compiler {
|
||||
:output-to "target/cljsbuild-main.js"}}]
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue