Skip to content

Commit

Permalink
advanced works at least for promesa
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Aug 16, 2023
1 parent 07866bb commit a17194f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
:extra-paths ["test" "cljs-test-runner-out/gen"]
:main-opts ["-m" "cljs-test-runner.main" "-d" "test"]}
:cljs-test-runner-advanced
{:main-opts ["-m" "cljs-test-runner.main" "-d" "test" "-c" "{:optimizations :advanced}"]}}
{:main-opts ["-m" "cljs-test-runner.main" "-d" "test" "-c" "{:optimizations :advanced :language-in :ecmascript-next}"]}}
:deps {}}

0 comments on commit a17194f

Please sign in to comment.