Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 329 Bytes

development.adoc

File metadata and controls

12 lines (8 loc) · 329 Bytes

Developing Snoop

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.