#unit testing

Subscribe
Unit testing is a type of software testing in which individual units of code, such as functions, classes, and modules, are tested to determine if they are fit for use. In JavaScript, unit tests are created to verify that the code behaves as expected when given certain inputs. Unit tests are typically written using a test framework like Jest or Mocha and are run automatically to ensure that the code works correctly.
Radoslav Stankov
Radoslav Stankov
Product Hunt
Talk: Testing React Hooks with Confidence
Evyatar Alush
Evyatar Alush
Meta
Talk: Using Tests for What?!
Shai Reznik
Shai Reznik
HiRez.io
Talk: Test Effective Development
Ramona Schwering
Ramona Schwering
shopware AG
Talk: It's a (Testing) Trap! - Common Testing Pitfalls and How to Solve Them
Simon de Lang
Simon de Lang
Info Support
Talk: Who is Testing the Tests?
Emily Xiong
Emily Xiong
nrwl.io
Talk: How to Catch a11y Defects During Unit and E2E Testing
Filip Voska
Filip Voska
Infinum
Talk: Unit Testing Angular Applications