Skip to content

Commit

Permalink
readme - add CLJS troubleshooting hint
Browse files Browse the repository at this point in the history
  • Loading branch information
dustingetz committed Jun 29, 2023
1 parent 6e7be2d commit 5ed7bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ Ran 1 tests containing 8 assertions.

# ClojureScript configuration

For CLJS tests to run, `rcf/enable!` must be true in both CLJ (shadow-cljs macroexpansion time) and CLJS (JS runtime). Successful runs will print green checkboxes in the browser console, not the REPL, because REPLs don't properly intercept the async println. (Please file an issue or DM us on slack if you can help us understand why.)

```Clojure
(ns dev-entrypoint
(:require [example] ; transitive inline tests will erase
Expand Down

0 comments on commit 5ed7bc3

Please sign in to comment.