We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4445389 commit 45298f2Copy full SHA for 45298f2
test/malli/clj_kondo_test.cljc
@@ -161,6 +161,6 @@
161
#?(:clj
162
(deftest fix-1083
163
(clj-kondo/emit! {:key "value"})
164
- (let [data (edn/read-string (slurp (io/file ".clj-kondo/metosin/malli-types-clj/config.edn")))]
+ (let [data (edn/read-string (slurp (io/file ".clj-kondo/imports/metosin/malli-types-clj/config.edn")))]
165
(is (map? data))
166
(is (= [:linters] (keys data))))))
0 commit comments