Jun 19, 2025 Post likes count1 PACT Contract Testing – Because Not Everything Needs Full Integration Tests Adam Dougal PACT is a contract testing tool that allows you to define a contract between two applications, enabling
Apr 12, 2024 Post likes count1 Testing VSCode Extensions with TypeScript 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.