Fork me on GitHub
#re-frame
<
2021-05-21
>
Richie15:05:46

Hey. I explored the idea of folding events into app state and recorded it here: https://gist.github.com/rgkirch/83428bec5a68f23f76ba9366fdf4c21a

Richie15:05:21

Thanks for helping me with re-frame! It’s fun.

Vincent Cantin15:05:50

hi, I am trying to run the tests according to the documentation in CONTRIBUTING.md but lein test-once does not work.

mbertheau11:05:01

How do you know?

Vincent Cantin13:05:05

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'.

superstructor05:05:05

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