A short guide on how to set up TypeScript unit tests with debugging on VsCode, allowing you to set breakpoints on your unit tests.
A guide on how to mock a JavaScript class using Jest, comparing dependency injection and mocking, along with guides on how to implement both.
Follow this step-by-step guide on Jest's SpyOn method, with a practical example using React and Fetch. This post also includes a comparison to mocks.