Showing results for React - ISE Developer Blog

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