Fork me on GitHub
#vim
<
2021-11-22
>
Yehonathan Sharvit13:11:46

Hi vim lovers! How do you run your tests in the REPL with Conjure?

timo14:11:04

Hi Yehonathan! <leader>tn or <leader>tc

☝️ 2
jkrasnay14:11:44

I tend to just run Kaocha in watch mode in a terminal buffer

👍 1
mynomoto23:11:41

I would recommend you to use tap>

👀 1
mynomoto23:11:58

Way easier to debug than printing.

CarnunMP00:11:00

Hmm. (add-tap (bound-fn* prn)) doesn't seem to do it. But https://quanttype.net/posts/2018-10-18-how-i-use-tap.html does. Thanks for the tip!

CarnunMP00:11:02

Portal also looks cool!