diff --git a/test/sci/test_utils.cljc b/test/sci/test_utils.cljc index 0d621d1e..b47ea1c8 100644 --- a/test/sci/test_utils.cljc +++ b/test/sci/test_utils.cljc @@ -22,7 +22,8 @@ (catch #?(:clj Exception :cljs :default) e (throw (ex-info (:stderr (ex-data e)) (or (ex-data e) {}))))))] - (edamame/parse-string v {:all true})) + (edamame/parse-string v {:all true + :location? (constantly false)})) :cljs nil))) (def submap? u/submap?)