Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ Ran 1 tests containing 8 assertions.

*How do I customize what’s printed at the REPL?* — see [reporters.clj](https://github.com/hyperfiddle/rcf/blob/03c821c3875c3dfe647c945430ecdc5a7c8b594f/src/hyperfiddle/rcf/reporters.clj), [reporters.cljs](https://github.com/hyperfiddle/rcf/blob/03c821c3875c3dfe647c945430ecdc5a7c8b594f/src/hyperfiddle/rcf/reporters.cljs)

*How do I run RCF tests in a polylith app via `clojure -Srepo -M:poly test` ?* see [https://github.com/ieugen/poly-rcf](https://github.com/ieugen/poly-rcf) for an example repo.
Short story: Add `:jvm-opts ["-Dhyperfiddle.rcf.generate-tests=true"]` to `:poly` alias in `./deps.edn` and for tests under `src/` add "src" to `:test :extra-paths` for each brick with tests.

# Community

#hyperfiddle @ clojurians.net
Expand Down