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.
- Host: GitHub
- URL: https://github.com/ivstudio/password-validator-demo
- Owner: ivstudio
- Created: 2020-10-10T22:10:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T11:14:43.000Z (over 5 years ago)
- Last Synced: 2025-02-01T23:28:28.640Z (over 1 year ago)
- Topics: react, react-testing-library
- Language: JavaScript
- Homepage: https://ivstudio.com/react-testing-library-common-patterns
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
[](https://codesandbox.io/s/github/ivstudio/password-validator-demo/tree/main/?fontsize=14&hidenavigation=1&theme=dark)