Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelmoraes003/react-testing-library
Project made to deepen knowledge in the React Testing Library (RTL).
https://github.com/rafaelmoraes003/react-testing-library
react react-testing-library reactjs rtl
Last synced: 1 day ago
JSON representation
Project made to deepen knowledge in the React Testing Library (RTL).
- Host: GitHub
- URL: https://github.com/rafaelmoraes003/react-testing-library
- Owner: rafaelmoraes003
- Created: 2022-07-25T17:40:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T04:22:13.000Z (about 2 years ago)
- Last Synced: 2023-03-09T23:16:01.606Z (almost 2 years ago)
- Topics: react, react-testing-library, reactjs, rtl
- Language: JavaScript
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Testing Library
###
The objective of this project was to deepen knowledge in the React Testing Library (RTL).
###
Technologies used
###
###
How to use the application
###
Clone the application using the `git clone` command. After that, enter the project folder using the `cd react-testing-library` command and run the `npm install` command. After installation, use the `npm start` command.
###