I want to know how I can configure my project to run unit tests or if there is a way to run unit tests through a keyboard shortcut in VS Code.
The only way I found to run unit tests was via tasks:
Command pallet > Task: run test task > npm: test.
Let me know your thoughts!
Thank you!