This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-21
Channels
- # announcements (15)
- # babashka (2)
- # beginners (90)
- # cider (3)
- # circleci (1)
- # clj-kondo (5)
- # cljs-dev (7)
- # clojure (49)
- # clojure-australia (9)
- # clojure-berlin (3)
- # clojure-dev (1)
- # clojure-europe (58)
- # clojure-nl (3)
- # clojure-norway (1)
- # clojure-uk (7)
- # clojurescript (66)
- # code-reviews (1)
- # community-development (3)
- # conjure (47)
- # datomic (57)
- # emacs (4)
- # fulcro (5)
- # graalvm (1)
- # introduce-yourself (7)
- # jackdaw (1)
- # jobs (2)
- # kaocha (4)
- # lsp (87)
- # nrepl (1)
- # off-topic (33)
- # pedestal (7)
- # portal (12)
- # re-frame (7)
- # reitit (11)
- # releases (1)
- # ring (1)
- # rum (7)
- # sci (2)
- # shadow-cljs (38)
- # sql (15)
- # vim (2)
Hey. I explored the idea of folding events into app state and recorded it here: https://gist.github.com/rgkirch/83428bec5a68f23f76ba9366fdf4c21a
hi, I am trying to run the tests according to the documentation in CONTRIBUTING.md
but lein test-once
does not work.
I tried to run it and I got this output:
➜ re-frame git:(master) ✗ lein test-once
'test-once' is not a task. See 'lein help'.
Apologies the documentation is out of date. Its either lein ci
for karma-based run-once test or lein watch
for auto-compile/auto-reload browser test ui. I have updated CONTRIBUTING.md
👍 3
Thank you