The :cljs
alias may be useful, and :snoop
enables instrumentation features via the JVM option.
Example for .dir-locals.el
when using CIDER:
((clojure-mode . ((cider-clojure-cli-aliases . "snoop:test:cljs"))))
After making changes, ensure the tests pass.