Showing results for TypeScript - ISE Developer Blog

Apr 12, 2024
1

Testing VSCode Extensions with TypeScript

Annika Bassey Jake Reifer
Annika,
Jake

Due to the nature of VS Code, testing extensions can be quite complex. In this blog post, we explore various ways to write unit tests for VS Code extensions, as well as strategies for writing more sufficient integration tests.

CSEISE
Jan 18, 2024
4

Jest Mocking Best Practices

Annika Bassey Jake Reifer
Annika,
Jake

Best practices and common mocking scenarios for using Jest to unit test TypeScript applications.

CSEISE
May 17, 2023
2

Getting to Know TypeScript Generics

Bryan
Bryan

A guide to using TypeScript Generics as a way to create reusable logic that will work for a multitude of types.

CSEFrameworks
Mar 29, 2021
0
0

Unit Testing Azure DevOps UI Extensions

Florian Wagner
Florian Wagner

Mocking cloud service dependencies in modern applications is essential for independent unit testing. We show how to mock all relevant parts of the Azure DevOps Extension SDK, Azure DevOps Extension API as well as other external APIs to create meaningful unit tests for Azure DevOps UI Extensions and reach full code coverage.

DevOpsCSE