shadow-cljs 2026-05-25

is it possible to do something about this warning? I want to keep testing a deprecated function:

------ WARNING #1 - :fn-deprecated ---------------------------------------------
 File: /Users/borkdude/dev/squint/test/squint/compiler_test.cljs:2578:25
--------------------------------------------------------------------------------
2575 |     (is (= (squint/transpile* "(+ 1 2)")
2576 |            (squint/transpile* '[(+ 1 2)]))))
2577 |   (testing "deprecated *-string* aliases still work"
2578 |     (is (= (:javascript (squint/compile-string* "(+ 1 2)"))
-------------------------------^------------------------------------------------
 squint.compiler/compile-string* is deprecated

✅ 1