From a17194f3ce03617d5270e39b3befaa1fa3db60ef Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 16 Aug 2023 14:58:23 +0200 Subject: [PATCH] advanced works at least for promesa --- deps.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.edn b/deps.edn index 5c36d9b..58e6f2a 100644 --- a/deps.edn +++ b/deps.edn @@ -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 {}}