diff --git a/deps.clj b/deps.clj index 6f51f783..4ef3db5a 160000 --- a/deps.clj +++ b/deps.clj @@ -1 +1 @@ -Subproject commit 6f51f783a91b0cfab2663b55607b45e9e342bcb6 +Subproject commit 4ef3db5a940a6dd168e6d0c047b6fe2e9d6924f7 diff --git a/test/babashka/bb_edn_test.clj b/test/babashka/bb_edn_test.clj index 05942116..a3393e41 100644 --- a/test/babashka/bb_edn_test.clj +++ b/test/babashka/bb_edn_test.clj @@ -371,3 +371,8 @@ (testing "bb.edn without :deps should not require deps.clj" (test-utils/with-config '{:tasks {a 1}} (bb "-e" "(+ 1 2 3)")))))) + +(deftest pod-test + (test-utils/with-config "{:pods {clj-kondo/clj-kondo {:version \"2021.12.19\"}}}" + (let [res (bb "-e" "(require '[pod.borkdude.clj-kondo :as clj-kondo]) (clj-kondo/run! {:lint [\"src\"]})")] + (prn res))))