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

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 dependenciesThem I go before start the parenthesis in
t/run-testsand 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