Running tests on calva using nbb repl #227
omariosouto
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Hey, @borkdude do you know how to run only using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is how I'm running my tests on REPL using NBB
Cmd + Shift + P
Run Calva
Select the project path (previously I open the folder root in VSCode)
Select nbb
I run
Calva Load/Evaluate current file and it's dependencies
Them I go before start the parenthesis in
t/run-tests
and everything runs and gives me the outputCode: https://github.com/devsoutinho/labs/blob/main/_servers/webproxy/src/webproxy/modules/auth/auth_test.cljs
Flow in GIF:
Beta Was this translation helpful? Give feedback.
All reactions