Open Arinji2 opened 1 month ago
You will see all of the log outputs before the test results.
You can also try using the vitest extension: https://marketplace.visualstudio.com/items?itemName=vitest.explorer
This will allow you to run individual tests and see the output on the left:
You can also add break points in your code and press the play button with a bug on it, this will then stop the execution while the test is running and you can hover over variables / inspect the code during runtime:
Awesome thankyou so much. I am new to testing in my react code so this challenge is awesome :D Again much appreciated for you helping me out <3
Keeping this one open as well in case others have the same question.
Sorry had another issue, so how do we like console stuff out? It seems as if eslint has a console warn rule + i dont think console log works with testing.. are we not able to log out stuff?