/password-validator-demo

In this demo, we will be exploring some common React Testing Library patterns by testing a password validator component.

Primary LanguageJavaScript

Password validator component

In this demo, we will be exploring some common React Testing Library patterns by testing a password validator component.

React Testing Library(RTL) is a light-weight solution for testing React components without relying on implementation details. This approach resembles the way our software is used and makes our tests maintainable. Read demo article.

Edit ivstudio/password-validator-demo