How to write effective and clean unit tests in JavaScript Learn essential best practices for writing clean and effective unit tests in JavaScript. From using descriptive test cases to following the Arrange-Act-Assert pattern, discover how to enhance your testing practices for better code quality and maintainability. Published onFebruary 18, 2025javascripttestingunit-testsjestbest-practicesKomeil MehranfarSenior Frontend DeveloperRead more
Speedup unit tests development in Angular with NG-Mocks There are multiple ways to speed up unit tests development in Angular. Let me show two of them using the NG-Mocks library. Published onOctober 4, 2023frontendangularunit-testsAlexey SesFrontend DeveloperRead more
Generate unit tests using CodiumAI Unit tests are an essential part of software development. Tests help you to ensure that the code works as you expect. It takes time to create all necessary tests. But there is a way to generate them. Published onSeptember 27, 2023frontendunit-testsvs-codeintellij-ideaAlexey SesFrontend DeveloperRead more