Posts by this author

Apr 12, 2024
1

Testing VSCode Extensions with TypeScript

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

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

CSEISE