5. Typescript Journey - Visual Studio Code Testing
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
More
Recent Posts
- » Building a Modern Development Platform: TypeSpec for Contract-First API Development 📋
- » Building a Modern Development Platform: Aspire for Local Development
- » Building a Modern Development Platform: Tool Selection 🛠️
- » Building a Modern Development Platform: From Legacy .NET Framework to Cloud-Native 🚀
- » 9. Typescript Journey - Express API Docker