Fork me on GitHub
#spacemacs
<
2019-09-07
>
Aleix16:09:13

Hi! I'm a beginner on this world of clojure. I started using spacemacs with cider. I hope this is a good place to ask ^^ I don't fully follow how to run the tests. On a new cider session, it run the whole test space, but when I update the test (and save) and re-run the test, seems like the cider keeps referring to the previous test asserts. Am I missing something?

Aleix16:09:28

adding an image in case it helps

aisamu14:09:25

How are you running the tests?

Aleix14:09:03

Ctrl+c ctrl+t p

aisamu14:09:18

What does that map to? (cider-run-focused-test or all-tests or loaded-tests )

Aleix15:09:52

cider-test-run-project-tests

Aleix15:09:43

I have tried others and happens the same :+

Aleix15:09:06

S**t, I had to reevaluate the file

scknkkrer17:09:31

Guys, I’ve updated my packages from the main-screen of spacemacs. And [SPACE] f f - find files or url behavior is changed! left and right keys doesn’t act like the before.

mitch23:09:20

All you have to do is add (customize-set-variable 'helm-ff-lynx-style-map t) to your user-config!

scknkkrer17:09:24

How can I fix it ?