#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
Angry Building
Talk: Testing React Hooks with Confidence
Artem Zakharchenko
Artem Zakharchenko
Freelancer
Talk: Mock Service Worker 2.0
Maya Shavin
Maya Shavin
Microsoft
Talk: Component Testing With Vitest
Evyatar Alush
Evyatar Alush
Meta
Talk: Using Tests for What?!
Shai Reznik
Shai Reznik
HiRez.io
Talk: Test Effective Development
Ramona Schwering
Ramona Schwering
Auth0 by Okta
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
Tally Barak
Tally Barak
Yoobic
Talk: Zen and the Art of UI Components Testing
Filip Voska
Filip Voska
Infinum
Talk: Unit Testing Angular Applications
Mo Khazali
Mo Khazali
Theodo UK
Talk: The Art of ‘Humble Views’: Testing React Native Apps the Smart Way
Matan Borenkraout
Matan Borenkraout
Microsoft
Talk: Testing Library: Everybody Uses It, But Nobody Understands It