5. Typescript Journey - Visual Studio Code Testing

Series Posts

Source Code

Goal

Ability to test Typescript app using Jest using the UI

Setup

Install the Jest Visual Studio Extension, you can also add the extension to the devcontainer.json, this will make sure the extension is there everytime you start the your dev container

This will add an icon for testing to your Activity Bar

This will allow you to run test from the UI and also debug tests

Next

6. Typescript Journey - Debugging

More