An open API service indexing awesome lists of open source software.

https://github.com/ivstudio/password-validator-demo

In this demo, we will be exploring some common React Testing Library patterns by testing a password validator component.
https://github.com/ivstudio/password-validator-demo

react react-testing-library

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## Password validator component

In this demo, we will be exploring some common [React Testing Library](https://testing-library.com/) 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](https://ivstudio.com/react-testing-library-common-patterns).

[![Edit ivstudio/password-validator-demo](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/ivstudio/password-validator-demo/tree/main/?fontsize=14&hidenavigation=1&theme=dark)