Skip to content

Commit

Permalink
test :external-config instead of :tooling-config
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jul 6, 2016
1 parent 55b4d0b commit 868cf1e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
:tests-with-config
{:source-paths ["src/lib"
"test/src/tests"]
:compiler {:output-to "test/resources/_compiled/tests-with-config/build.js"
:output-dir "test/resources/_compiled/tests-with-config"
:asset-path "_compiled/tests-with-config"
:main devtools.main
:optimizations :none
:tooling-config {:devtools/config {:features-to-install [:sanity-hints]
:fn-symbol "F"
:print-config-overrides true}}
:preloads [devtools.preload]}} ; CLJS-1688
:compiler {:output-to "test/resources/_compiled/tests-with-config/build.js"
:output-dir "test/resources/_compiled/tests-with-config"
:asset-path "_compiled/tests-with-config"
:main devtools.main
:optimizations :none
:external-config {:devtools/config {:features-to-install [:sanity-hints]
:fn-symbol "F"
:print-config-overrides true}}
:preloads [devtools.preload]}} ; CLJS-1688
:dead-code
{:source-paths ["src/lib"
"test/src/dead-code"]
Expand Down

0 comments on commit 868cf1e

Please sign in to comment.